Uses of Class
software.amazon.awscdk.services.ec2.CfnNatGateway.Builder
Packages that use CfnNatGateway.Builder
-
Uses of CfnNatGateway.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnNatGateway.BuilderModifier and TypeMethodDescriptionCfnNatGateway.Builder.allocationId(String allocationId) [Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.CfnNatGateway.Builder.allocationId(IEIPRef allocationId) [Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.CfnNatGateway.Builder.availabilityMode(String availabilityMode) Indicates whether this is a zonal (single-AZ) or regional (multi-AZ) NAT gateway.CfnNatGateway.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.CfnNatGateway.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.CfnNatGateway.Builder.connectivityType(String connectivityType) Indicates whether the NAT gateway supports public or private connectivity.static CfnNatGateway.BuilderCfnNatGateway.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.CfnNatGateway.Builder.privateIpAddress(String privateIpAddress) The private IPv4 address to assign to the NAT gateway.CfnNatGateway.Builder.secondaryAllocationIds(List<String> secondaryAllocationIds) Secondary EIP allocation IDs.CfnNatGateway.Builder.secondaryPrivateIpAddressCount(Number secondaryPrivateIpAddressCount) [Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway.CfnNatGateway.Builder.secondaryPrivateIpAddresses(List<String> secondaryPrivateIpAddresses) Secondary private IPv4 addresses.The ID of the subnet in which the NAT gateway is located.CfnNatGateway.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.