@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.989Z") @Stability(value=Stable) public interface CfnTransitGatewayRouteTableAssociationProps 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.*;
CfnTransitGatewayRouteTableAssociationProps cfnTransitGatewayRouteTableAssociationProps = CfnTransitGatewayRouteTableAssociationProps.builder()
.transitGatewayAttachmentId("transitGatewayAttachmentId")
.transitGatewayRouteTableId("transitGatewayRouteTableId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTransitGatewayRouteTableAssociationProps.Builder
A builder for
CfnTransitGatewayRouteTableAssociationProps |
static class |
CfnTransitGatewayRouteTableAssociationProps.Jsii$Proxy
An implementation for
CfnTransitGatewayRouteTableAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayRouteTableAssociationProps.Builder |
builder() |
String |
getTransitGatewayAttachmentId()
`AWS::EC2::TransitGatewayRouteTableAssociation.TransitGatewayAttachmentId`.
|
String |
getTransitGatewayRouteTableId()
`AWS::EC2::TransitGatewayRouteTableAssociation.TransitGatewayRouteTableId`.
|
@Stability(value=Stable) @NotNull String getTransitGatewayAttachmentId()
@Stability(value=Stable) @NotNull String getTransitGatewayRouteTableId()
@Stability(value=Stable) static CfnTransitGatewayRouteTableAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.