Class IVpc.Jsii$Proxy
- All Implemented Interfaces:
IConstruct,IConstruct.Jsii$Default,IDependable,IDependable.Jsii$Default,IResource,IResource.Jsii$Default,IVpc,IVpc.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default
- Enclosing interface:
- IVpc
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default, IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.IDependable
IDependable.Jsii$Default, IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.core.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IVpc
IVpc.Jsii$Default, IVpc.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ClientVpnEndpointaddClientVpnEndpoint(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.final FlowLogaddFlowLog(String id) Adds a new Flow Log to this VPC.final FlowLogaddFlowLog(String id, FlowLogOptions options) Adds a new Flow Log to this VPC.final GatewayVpcEndpointaddGatewayEndpoint(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.final InterfaceVpcEndpointaddInterfaceEndpoint(String id, InterfaceVpcEndpointOptions options) Adds a new interface endpoint to this VPC.final VpnConnectionaddVpnConnection(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.final voidapplyRemovalPolicy(RemovalPolicy policy) Apply the given removal policy to this resource.final voidenableVpnGateway(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.AZs for this VPC.final ResourceEnvironmentgetEnv()The environment this resource belongs to.final IDependableDependable that can be depended upon to force internet connectivity established on the VPC.List of isolated subnets in this VPC.final ConstructNodegetNode()The construct tree node for this construct.List of private subnets in this VPC.List of public subnets in this VPC.final StackgetStack()The stack in which this resource is defined.final StringARN for this VPC.final StringCIDR range for this VPC.final StringgetVpcId()Identifier for this VPC.final StringIdentifier for the VPN gateway.final SelectedSubnetsReturn information on the subnets appropriate for the given selection strategy.final SelectedSubnetsselectSubnets(SubnetSelection selection) Return information on the subnets appropriate for the given selection strategy.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getNode
The construct tree node for this construct.- Specified by:
getNodein interfaceIConstruct- Specified by:
getNodein interfaceIConstruct.Jsii$Default- Specified by:
getNodein interfaceIResource.Jsii$Default- Specified by:
getNodein interfaceIVpc.Jsii$Default
-
getEnv
The environment this resource belongs to.For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
- Specified by:
getEnvin interfaceIResource- Specified by:
getEnvin interfaceIResource.Jsii$Default- Specified by:
getEnvin interfaceIVpc.Jsii$Default
-
getStack
The stack in which this resource is defined.- Specified by:
getStackin interfaceIResource- Specified by:
getStackin interfaceIResource.Jsii$Default- Specified by:
getStackin interfaceIVpc.Jsii$Default
-
getAvailabilityZones
AZs for this VPC.- Specified by:
getAvailabilityZonesin interfaceIVpc- Specified by:
getAvailabilityZonesin interfaceIVpc.Jsii$Default
-
getInternetConnectivityEstablished
Dependable that can be depended upon to force internet connectivity established on the VPC.- Specified by:
getInternetConnectivityEstablishedin interfaceIVpc- Specified by:
getInternetConnectivityEstablishedin interfaceIVpc.Jsii$Default
-
getIsolatedSubnets
List of isolated subnets in this VPC.- Specified by:
getIsolatedSubnetsin interfaceIVpc- Specified by:
getIsolatedSubnetsin interfaceIVpc.Jsii$Default
-
getPrivateSubnets
List of private subnets in this VPC.- Specified by:
getPrivateSubnetsin interfaceIVpc- Specified by:
getPrivateSubnetsin interfaceIVpc.Jsii$Default
-
getPublicSubnets
List of public subnets in this VPC.- Specified by:
getPublicSubnetsin interfaceIVpc- Specified by:
getPublicSubnetsin interfaceIVpc.Jsii$Default
-
getVpcArn
ARN for this VPC.- Specified by:
getVpcArnin interfaceIVpc- Specified by:
getVpcArnin interfaceIVpc.Jsii$Default
-
getVpcCidrBlock
CIDR range for this VPC.- Specified by:
getVpcCidrBlockin interfaceIVpc- Specified by:
getVpcCidrBlockin interfaceIVpc.Jsii$Default
-
getVpcId
Identifier for this VPC.- Specified by:
getVpcIdin interfaceIVpc- Specified by:
getVpcIdin interfaceIVpc.Jsii$Default
-
getVpnGatewayId
Identifier for the VPN gateway.- Specified by:
getVpnGatewayIdin interfaceIVpc- Specified by:
getVpnGatewayIdin interfaceIVpc.Jsii$Default
-
applyRemovalPolicy
Apply the given removal policy to this resource.The Removal Policy controls what happens to this resource when it stops being managed by CloudFormation, either because you've removed it from the CDK application or because you've made a change that requires the resource to be replaced.
The resource can be deleted (
RemovalPolicy.DESTROY), or left in your AWS account for data recovery and cleanup later (RemovalPolicy.RETAIN).- Specified by:
applyRemovalPolicyin interfaceIResource- Specified by:
applyRemovalPolicyin interfaceIResource.Jsii$Default- Specified by:
applyRemovalPolicyin interfaceIVpc.Jsii$Default- Parameters:
policy- This parameter is required.
-
addClientVpnEndpoint
@Stability(Stable) @NotNull public final ClientVpnEndpoint addClientVpnEndpoint(@NotNull String id, @NotNull ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.- Specified by:
addClientVpnEndpointin interfaceIVpc- Specified by:
addClientVpnEndpointin interfaceIVpc.Jsii$Default- Parameters:
id- This parameter is required.options- This parameter is required.
-
addFlowLog
@Stability(Stable) @NotNull public final FlowLog addFlowLog(@NotNull String id, @Nullable FlowLogOptions options) Adds a new Flow Log to this VPC.- Specified by:
addFlowLogin interfaceIVpc- Specified by:
addFlowLogin interfaceIVpc.Jsii$Default- Parameters:
id- This parameter is required.options-
-
addFlowLog
Adds a new Flow Log to this VPC.- Specified by:
addFlowLogin interfaceIVpc- Parameters:
id- This parameter is required.
-
addGatewayEndpoint
@Stability(Stable) @NotNull public final GatewayVpcEndpoint addGatewayEndpoint(@NotNull String id, @NotNull GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.- Specified by:
addGatewayEndpointin interfaceIVpc- Specified by:
addGatewayEndpointin interfaceIVpc.Jsii$Default- Parameters:
id- This parameter is required.options- This parameter is required.
-
addInterfaceEndpoint
@Stability(Stable) @NotNull public final InterfaceVpcEndpoint addInterfaceEndpoint(@NotNull String id, @NotNull InterfaceVpcEndpointOptions options) Adds a new interface endpoint to this VPC.- Specified by:
addInterfaceEndpointin interfaceIVpc- Specified by:
addInterfaceEndpointin interfaceIVpc.Jsii$Default- Parameters:
id- This parameter is required.options- This parameter is required.
-
addVpnConnection
@Stability(Stable) @NotNull public final VpnConnection addVpnConnection(@NotNull String id, @NotNull VpnConnectionOptions options) Adds a new VPN connection to this VPC.- Specified by:
addVpnConnectionin interfaceIVpc- Specified by:
addVpnConnectionin interfaceIVpc.Jsii$Default- Parameters:
id- This parameter is required.options- This parameter is required.
-
enableVpnGateway
Adds a VPN Gateway to this VPC.- Specified by:
enableVpnGatewayin interfaceIVpc- Specified by:
enableVpnGatewayin interfaceIVpc.Jsii$Default- Parameters:
options- This parameter is required.
-
selectSubnets
@Stability(Stable) @NotNull public final SelectedSubnets selectSubnets(@Nullable SubnetSelection selection) Return information on the subnets appropriate for the given selection strategy.Requires that at least one subnet is matched, throws a descriptive error message otherwise.
- Specified by:
selectSubnetsin interfaceIVpc- Specified by:
selectSubnetsin interfaceIVpc.Jsii$Default- Parameters:
selection-
-
selectSubnets
Return information on the subnets appropriate for the given selection strategy.Requires that at least one subnet is matched, throws a descriptive error message otherwise.
- Specified by:
selectSubnetsin interfaceIVpc
-