@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.485Z") @Stability(value=Stable) public interface NatGatewayProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
NatGatewayProps natGatewayProps = NatGatewayProps.builder()
.eipAllocationIds(List.of("eipAllocationIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
NatGatewayProps.Builder
A builder for
NatGatewayProps |
static class |
NatGatewayProps.Jsii$Proxy
An implementation for
NatGatewayProps |
| Modifier and Type | Method and Description |
|---|---|
static NatGatewayProps.Builder |
builder() |
default List<String> |
getEipAllocationIds()
EIP allocation IDs for the NAT gateways.
|
@Stability(value=Stable) @Nullable default List<String> getEipAllocationIds()
Default: - No fixed EIPs allocated for the NAT gateways
@Stability(value=Stable) static NatGatewayProps.Builder builder()
NatGatewayProps.Builder of NatGatewayPropsCopyright © 2022. All rights reserved.