Interface IVpcV2.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,IVpc.Jsii$Default,IVPCRef,IVPCRef.Jsii$Default,IVpcV2,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IVpcV2.Jsii$Proxy
- Enclosing interface:
IVpcV2
IVpcV2.-
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$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.alpha.IVpcV2
IVpcV2.Jsii$Default, IVpcV2.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault EgressOnlyInternetGateway(experimental) Add an Egress only Internet Gateway to current VPC.default EgressOnlyInternetGateway(experimental) Add an Egress only Internet Gateway to current VPC.default FlowLogaddFlowLog(String id) Adds a new Flow Log to this VPC.default InternetGateway(experimental) Adds an Internet Gateway to current VPC.default InternetGatewayaddInternetGateway(InternetGatewayOptions options) (experimental) Adds an Internet Gateway to current VPC.default NatGatewayaddNatGateway(NatGatewayOptions options) (experimental) Adds a new NAT Gateway to VPC A NAT gateway is a Network Address Translation (NAT) service.default RolecreateAcceptorVpcRole(String requestorAccountId) (experimental) Adds a new role to acceptor VPC account A cross account role is required for the VPC to peer with another account.default VPCPeeringConnectioncreatePeeringConnection(String id, VPCPeeringConnectionOptions options) (experimental) Creates a new peering connection A peering connection is a private virtual network established between two VPCs.default VPNGatewayV2enableVpnGatewayV2(VPNGatewayV2Options options) (experimental) Adds VPN Gateway to VPC and set route propogation.default String(experimental) The primary IPv4 CIDR block associated with the VPC.(experimental) IPv4 CIDR provisioned under pool Required to check for overlapping CIDRs after provisioning is complete under IPAM pool.default String(experimental) The ID of the AWS account that owns the VPC.default String(experimental) Optional to override inferred region.default List<IVPCCidrBlock> (experimental) The secondary CIDR blocks associated with the VPC.default String(experimental) VpcName to be used for tagging its components.default SelectedSubnetsReturn 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.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.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpv4CidrBlock
(experimental) The primary IPv4 CIDR block associated with the VPC.Needed in order to validate the vpc range of subnet current prop vpcCidrBlock refers to the token value For more information, see the
}.invalid @link
{@link https://docs.aws.amazon.com/vpc/latest/userguide/vpc-cidr-blocks.html#vpc-sizing-ipv4- Specified by:
getIpv4CidrBlockin interfaceIVpcV2
-
getOwnerAccountId
(experimental) The ID of the AWS account that owns the VPC.Default: - the account id of the parent stack
- Specified by:
getOwnerAccountIdin interfaceIVpcV2
-
getRegion
(experimental) Optional to override inferred region.Default: - current stack's environment region
-
getIpv4IpamProvisionedCidrs
(experimental) IPv4 CIDR provisioned under pool Required to check for overlapping CIDRs after provisioning is complete under IPAM pool.- Specified by:
getIpv4IpamProvisionedCidrsin interfaceIVpcV2
-
getSecondaryCidrBlock
(experimental) The secondary CIDR blocks associated with the VPC.For more information, see the
}.invalid @link
{@link https://docs.aws.amazon.com/vpc/latest/userguide/vpc-cidr-blocks.html#vpc-resize- Specified by:
getSecondaryCidrBlockin interfaceIVpcV2
-
getVpcName
(experimental) VpcName to be used for tagging its components.- Specified by:
getVpcNamein interfaceIVpcV2
-
addFlowLog
Adds a new Flow Log to this VPC.- Specified by:
addFlowLogin interfaceIVpc- Specified by:
addFlowLogin interfaceIVpc.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
-
addEgressOnlyInternetGateway
@Stability(Experimental) @NotNull default EgressOnlyInternetGateway addEgressOnlyInternetGateway(@Nullable EgressOnlyInternetGatewayOptions options) (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- Parameters:
options-
-
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
-
addInternetGateway
@Stability(Experimental) @NotNull default InternetGateway addInternetGateway(@Nullable InternetGatewayOptions options) (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- Parameters:
options-
-
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
-
addNatGateway
@Stability(Experimental) @NotNull default NatGateway addNatGateway(@NotNull NatGatewayOptions options) (experimental) Adds a new NAT Gateway to VPC A NAT gateway is a Network Address Translation (NAT) service.NAT Gateway Connectivity can be of type `Public` or `Private`. For more information, see the
}.invalid @link
{@link https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.htmlDefault: ConnectivityType.Public
- Specified by:
addNatGatewayin interfaceIVpcV2- Parameters:
options- This parameter is required.
-
createAcceptorVpcRole
@Stability(Experimental) @NotNull default Role createAcceptorVpcRole(@NotNull String requestorAccountId) (experimental) Adds a new role to acceptor VPC account A cross account role is required for the VPC to peer with another account.For more information, see the
}.invalid @link
{@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/peer-with-vpc-in-another-account.html- Specified by:
createAcceptorVpcRolein interfaceIVpcV2- Parameters:
requestorAccountId- This parameter is required.
-
createPeeringConnection
@Stability(Experimental) @NotNull default VPCPeeringConnection createPeeringConnection(@NotNull String id, @NotNull VPCPeeringConnectionOptions options) (experimental) Creates a new peering connection A peering connection is a private virtual network established between two VPCs.For more information, see the
}.invalid @link
{@link https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html- Specified by:
createPeeringConnectionin interfaceIVpcV2- Parameters:
id- This parameter is required.options- This parameter is required.
-
enableVpnGatewayV2
@Stability(Experimental) @NotNull default VPNGatewayV2 enableVpnGatewayV2(@NotNull VPNGatewayV2Options options) (experimental) Adds VPN Gateway to VPC and set route propogation.For more information, see the
}.invalid @link
{@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpngateway.htmlDefault: - no route propogation
- Specified by:
enableVpnGatewayV2in interfaceIVpcV2- Parameters:
options- This parameter is required.
-