@Generated(value="jsii-pacmak/0.17.0 (build 7d5d104)", date="2019-09-20T09:56:18.957Z") @Stability(value=External) public interface CfnNatGatewayProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNatGatewayProps.Builder
A builder for
CfnNatGatewayProps |
static class |
CfnNatGatewayProps.Jsii$Proxy
An implementation for
CfnNatGatewayProps |
Modifier and Type | Method and Description |
---|---|
static CfnNatGatewayProps.Builder |
builder() |
String |
getAllocationId()
`AWS::EC2::NatGateway.AllocationId`.
|
String |
getSubnetId()
`AWS::EC2::NatGateway.SubnetId`.
|
List<software.amazon.awscdk.core.CfnTag> |
getTags()
`AWS::EC2::NatGateway.Tags`.
|
@Stability(value=External) String getAllocationId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-allocationid
@Stability(value=External) String getSubnetId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid
@Stability(value=External) List<software.amazon.awscdk.core.CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-tags
@Stability(value=External) static CfnNatGatewayProps.Builder builder()
CfnNatGatewayProps.Builder
of CfnNatGatewayProps
Copyright © 2019. All rights reserved.