Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVPCPropsMixin.Builder
Packages that use CfnVPCPropsMixin.Builder
-
Uses of CfnVPCPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnVPCPropsMixin.BuilderModifier and TypeMethodDescriptionThe IPv4 network range for the VPC, in CIDR notation.static CfnVPCPropsMixin.BuilderCfnVPCPropsMixin.Builder.create()static CfnVPCPropsMixin.BuilderCfnVPCPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVPCPropsMixin.Builder.enableDnsHostnames(Boolean enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.CfnVPCPropsMixin.Builder.enableDnsHostnames(IResolvable enableDnsHostnames) Indicates whether the instances launched in the VPC get DNS hostnames.CfnVPCPropsMixin.Builder.enableDnsSupport(Boolean enableDnsSupport) Indicates whether the DNS resolution is supported for the VPC.CfnVPCPropsMixin.Builder.enableDnsSupport(IResolvable enableDnsSupport) Indicates whether the DNS resolution is supported for the VPC.CfnVPCPropsMixin.Builder.instanceTenancy(String instanceTenancy) The allowed tenancy of instances launched into the VPC.CfnVPCPropsMixin.Builder.ipv4IpamPoolId(String ipv4IpamPoolId) The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR.CfnVPCPropsMixin.Builder.ipv4NetmaskLength(Number ipv4NetmaskLength) The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool.The tags for the VPC.