Interface IVpc.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IVpc,IVPCRef,IVPCRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IVpcV2.Jsii$Default
- All Known Implementing Classes:
IVpc.Jsii$Proxy,IVpcV2.Jsii$Proxy
- Enclosing interface:
IVpc
@Internal
public static interface IVpc.Jsii$Default
extends IVpc, IResource.Jsii$Default, IVPCRef.Jsii$Default
Internal default implementation for
IVpc.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.IVpc
IVpc.Jsii$Default, IVpc.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.ec2.IVPCRef
IVPCRef.Jsii$Default, IVPCRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault ClientVpnEndpointaddClientVpnEndpoint(String id, ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.default FlowLogaddFlowLog(String id) Adds a new Flow Log to this VPC.default FlowLogaddFlowLog(String id, FlowLogOptions options) Adds a new Flow Log to this VPC.default GatewayVpcEndpointaddGatewayEndpoint(String id, GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.default InterfaceVpcEndpointaddInterfaceEndpoint(String id, InterfaceVpcEndpointOptions options) Adds a new interface endpoint to this VPC.default VpnConnectionaddVpnConnection(String id, VpnConnectionOptions options) Adds a new VPN connection to this VPC.default voidenableVpnGateway(EnableVpnGatewayOptions options) Adds a VPN Gateway to this VPC.AZs for this VPC.default software.constructs.IDependableDependable that can be depended upon to force internet connectivity established on the VPC.List of isolated subnets in this VPC.List of private subnets in this VPC.List of public subnets in this VPC.default StringARN for this VPC.default StringCIDR range for this VPC.default StringgetVpcId()Identifier for this VPC.default StringIdentifier for the VPN gateway.default SelectedSubnetsReturn information on the subnets appropriate for the given selection strategy.default SelectedSubnetsselectSubnets(SubnetSelection selection) Return information on the subnets appropriate for the given selection strategy.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.ec2.IVPCRef.Jsii$Default
getVpcRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZones
AZs for this VPC.- Specified by:
getAvailabilityZonesin interfaceIVpc
-
getInternetConnectivityEstablished
@Stability(Stable) @NotNull default software.constructs.IDependable getInternetConnectivityEstablished()Dependable that can be depended upon to force internet connectivity established on the VPC.- Specified by:
getInternetConnectivityEstablishedin interfaceIVpc
-
getIsolatedSubnets
List of isolated subnets in this VPC.- Specified by:
getIsolatedSubnetsin interfaceIVpc
-
getPrivateSubnets
List of private subnets in this VPC.- Specified by:
getPrivateSubnetsin interfaceIVpc
-
getPublicSubnets
List of public subnets in this VPC.- Specified by:
getPublicSubnetsin interfaceIVpc
-
getVpcArn
ARN for this VPC. -
getVpcCidrBlock
CIDR range for this VPC.- Specified by:
getVpcCidrBlockin interfaceIVpc
-
getVpcId
Identifier for this VPC. -
getVpnGatewayId
Identifier for the VPN gateway.- Specified by:
getVpnGatewayIdin interfaceIVpc
-
addClientVpnEndpoint
@Stability(Stable) @NotNull default ClientVpnEndpoint addClientVpnEndpoint(@NotNull String id, @NotNull ClientVpnEndpointOptions options) Adds a new client VPN endpoint to this VPC.- Specified by:
addClientVpnEndpointin interfaceIVpc- Parameters:
id- This parameter is required.options- This parameter is required.
-
addFlowLog
@Stability(Stable) @NotNull default FlowLog addFlowLog(@NotNull String id, @Nullable FlowLogOptions options) Adds a new Flow Log to this VPC.- Specified by:
addFlowLogin interfaceIVpc- 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 default GatewayVpcEndpoint addGatewayEndpoint(@NotNull String id, @NotNull GatewayVpcEndpointOptions options) Adds a new gateway endpoint to this VPC.- Specified by:
addGatewayEndpointin interfaceIVpc- Parameters:
id- This parameter is required.options- This parameter is required.
-
addInterfaceEndpoint
@Stability(Stable) @NotNull default InterfaceVpcEndpoint addInterfaceEndpoint(@NotNull String id, @NotNull InterfaceVpcEndpointOptions options) Adds a new interface endpoint to this VPC.- Specified by:
addInterfaceEndpointin interfaceIVpc- Parameters:
id- This parameter is required.options- This parameter is required.
-
addVpnConnection
@Stability(Stable) @NotNull default VpnConnection addVpnConnection(@NotNull String id, @NotNull VpnConnectionOptions options) Adds a new VPN connection to this VPC.- Specified by:
addVpnConnectionin interfaceIVpc- Parameters:
id- This parameter is required.options- This parameter is required.
-
enableVpnGateway
Adds a VPN Gateway to this VPC.- Specified by:
enableVpnGatewayin interfaceIVpc- Parameters:
options- This parameter is required.
-
selectSubnets
@Stability(Stable) @NotNull default 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- 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
-