@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.277Z") @Stability(value=Stable) public interface CfnVPCGatewayAttachmentProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPCGatewayAttachmentProps.Builder
A builder for
CfnVPCGatewayAttachmentProps |
static class |
CfnVPCGatewayAttachmentProps.Jsii$Proxy
An implementation for
CfnVPCGatewayAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCGatewayAttachmentProps.Builder |
builder() |
default String |
getInternetGatewayId()
`AWS::EC2::VPCGatewayAttachment.InternetGatewayId`.
|
String |
getVpcId()
`AWS::EC2::VPCGatewayAttachment.VpcId`.
|
default String |
getVpnGatewayId()
`AWS::EC2::VPCGatewayAttachment.VpnGatewayId`.
|
@Stability(value=Stable) @NotNull String getVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpcid@Stability(value=Stable) @Nullable default String getInternetGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-internetgatewayid@Stability(value=Stable) @Nullable default String getVpnGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpc-gateway-attachment.html#cfn-ec2-vpcgatewayattachment-vpngatewayid@Stability(value=Stable) static CfnVPCGatewayAttachmentProps.Builder builder()
Copyright © 2020. All rights reserved.