| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnNatGateway.Builder |
CfnNatGateway.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 |
CfnNatGateway.Builder.connectivityType(String connectivityType)
Indicates whether the NAT gateway supports public or private connectivity.
|
static CfnNatGateway.Builder |
CfnNatGateway.Builder.create(software.constructs.Construct scope,
String id) |
CfnNatGateway.Builder |
CfnNatGateway.Builder.subnetId(String subnetId)
The ID of the subnet in which the NAT gateway is located.
|
CfnNatGateway.Builder |
CfnNatGateway.Builder.tags(List<? extends CfnTag> tags)
The tags for the NAT gateway.
|
Copyright © 2022. All rights reserved.