Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNatGatewayPropsMixin.Builder
Packages that use CfnNatGatewayPropsMixin.Builder
-
Uses of CfnNatGatewayPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnNatGatewayPropsMixin.BuilderModifier and TypeMethodDescriptionCfnNatGatewayPropsMixin.Builder.allocationId(String allocationId) [Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.CfnNatGatewayPropsMixin.Builder.allocationId(IEIPRef allocationId) [Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.CfnNatGatewayPropsMixin.Builder.availabilityMode(String availabilityMode) Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.CfnNatGatewayPropsMixin.Builder.availabilityZoneAddresses(List<? extends Object> availabilityZoneAddresses) For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ.CfnNatGatewayPropsMixin.Builder.availabilityZoneAddresses(IResolvable availabilityZoneAddresses) For regional NAT gateways only: Specifies which Availability Zones you want the NAT gateway to support and the Elastic IP addresses (EIPs) to use in each AZ.CfnNatGatewayPropsMixin.Builder.connectivityType(String connectivityType) Indicates whether the NAT gateway supports public or private connectivity.CfnNatGatewayPropsMixin.Builder.create()CfnNatGatewayPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnNatGatewayPropsMixin.Builder.maxDrainDurationSeconds(Number maxDrainDurationSeconds) The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress.CfnNatGatewayPropsMixin.Builder.privateIpAddress(String privateIpAddress) The private IPv4 address to assign to the NAT gateway.CfnNatGatewayPropsMixin.Builder.secondaryAllocationIds(List<String> secondaryAllocationIds) Secondary EIP allocation IDs.CfnNatGatewayPropsMixin.Builder.secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount) [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.CfnNatGatewayPropsMixin.Builder.secondaryPrivateIpAddresses(List<String> secondaryPrivateIpAddresses) Secondary private IPv4 addresses.The ID of the subnet in which the NAT gateway is located.CfnNatGatewayPropsMixin.Builder.subnetId(ISubnetRef subnetId) The ID of the subnet in which the NAT gateway is located.The tags for the NAT gateway.The ID of the VPC in which the NAT gateway is located.