@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.136Z") @Stability(value=Stable) public interface CfnClientVpnTargetNetworkAssociationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnClientVpnTargetNetworkAssociationProps cfnClientVpnTargetNetworkAssociationProps = CfnClientVpnTargetNetworkAssociationProps.builder()
.clientVpnEndpointId("clientVpnEndpointId")
.subnetId("subnetId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClientVpnTargetNetworkAssociationProps.Builder
A builder for
CfnClientVpnTargetNetworkAssociationProps |
static class |
CfnClientVpnTargetNetworkAssociationProps.Jsii$Proxy
An implementation for
CfnClientVpnTargetNetworkAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnClientVpnTargetNetworkAssociationProps.Builder |
builder() |
String |
getClientVpnEndpointId()
The ID of the Client VPN endpoint.
|
String |
getSubnetId()
The ID of the subnet to associate with the Client VPN endpoint.
|
@Stability(value=Stable) @NotNull String getClientVpnEndpointId()
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) static CfnClientVpnTargetNetworkAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.