Class IVpcV2.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.alpha.IVpcV2.Jsii$Proxy
- All Implemented Interfaces:
IVPCRef,IVPCRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IVpcV2,IVpcV2.Jsii$Default,IVpc,IVpc.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IVpcV2
@Internal
public static final class IVpcV2.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IVpcV2.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested 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$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.IVpcV2
IVpcV2.Jsii$Default, IVpcV2.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(experimental) Add an Egress only Internet Gateway to current VPC.final FlowLogaddFlowLog(String id) Adds a new Flow Log to this VPC.final InternetGateway(experimental) Adds an Internet Gateway to current VPC.final SelectedSubnetsReturn 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.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.services.ec2.IVpc.Jsii$Default
addClientVpnEndpoint, addFlowLog, addGatewayEndpoint, addInterfaceEndpoint, addVpnConnection, enableVpnGateway, getAvailabilityZones, getInternetConnectivityEstablished, getIsolatedSubnets, getPrivateSubnets, getPublicSubnets, getVpcArn, getVpcCidrBlock, getVpcId, getVpnGatewayId, selectSubnetsMethods inherited from interface software.amazon.awscdk.interfaces.ec2.IVPCRef.Jsii$Default
getVpcRefMethods inherited from interface software.amazon.awscdk.services.ec2.alpha.IVpcV2.Jsii$Default
addEgressOnlyInternetGateway, addInternetGateway, addNatGateway, createAcceptorVpcRole, createPeeringConnection, enableVpnGatewayV2, getIpv4CidrBlock, getIpv4IpamProvisionedCidrs, getOwnerAccountId, getRegion, getSecondaryCidrBlock, getVpcNameMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
addFlowLog
Adds a new Flow Log to this VPC.- Specified by:
addFlowLogin interfaceIVpc- Specified by:
addFlowLogin interfaceIVpc.Jsii$Default- Specified by:
addFlowLogin interfaceIVpcV2.Jsii$Default- Parameters:
id- This parameter is required.
-
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- Specified by:
selectSubnetsin interfaceIVpc.Jsii$Default- Specified by:
selectSubnetsin interfaceIVpcV2.Jsii$Default
-
addEgressOnlyInternetGateway
@Stability(Experimental) @NotNull public final EgressOnlyInternetGateway addEgressOnlyInternetGateway()(experimental) Add an Egress only Internet Gateway to current VPC.Can only be used for ipv6 enabled VPCs. For more information, see the
}.invalid @link
{@link https://docs.aws.amazon.com/vpc/latest/userguide/egress-only-internet-gateway-basics.html- Specified by:
addEgressOnlyInternetGatewayin interfaceIVpcV2- Specified by:
addEgressOnlyInternetGatewayin interfaceIVpcV2.Jsii$Default
-
addInternetGateway
(experimental) Adds an Internet Gateway to current VPC.For more information, see the
}.invalid @link
{@link https://docs.aws.amazon.com/vpc/latest/userguide/vpc-igw-internet-access.htmlDefault: - defines route for all ipv4('0.0.0.0') and ipv6 addresses('::/0')
- Specified by:
addInternetGatewayin interfaceIVpcV2- Specified by:
addInternetGatewayin interfaceIVpcV2.Jsii$Default
-