@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.264Z") @Stability(value=Stable) public interface CfnTransitGatewayAttachmentProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTransitGatewayAttachmentProps.Builder
A builder for
CfnTransitGatewayAttachmentProps |
static class |
CfnTransitGatewayAttachmentProps.Jsii$Proxy
An implementation for
CfnTransitGatewayAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayAttachmentProps.Builder |
builder() |
List<String> |
getSubnetIds()
`AWS::EC2::TransitGatewayAttachment.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::TransitGatewayAttachment.Tags`.
|
String |
getTransitGatewayId()
`AWS::EC2::TransitGatewayAttachment.TransitGatewayId`.
|
String |
getVpcId()
`AWS::EC2::TransitGatewayAttachment.VpcId`.
|
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-subnetids@Stability(value=Stable) @NotNull String getTransitGatewayId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-transitgatewayid@Stability(value=Stable) @NotNull String getVpcId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-vpcid@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayattachment.html#cfn-ec2-transitgatewayattachment-tags@Stability(value=Stable) static CfnTransitGatewayAttachmentProps.Builder builder()
Copyright © 2020. All rights reserved.