@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.034Z") @Stability(value=Stable) public interface CfnTransitGatewayAttachmentProps extends software.amazon.jsii.JsiiSerializable
| 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()
@Stability(value=Stable) @NotNull String getTransitGatewayId()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnTransitGatewayAttachmentProps.Builder builder()
Copyright © 2021. All rights reserved.