@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.366Z") @Stability(value=Stable) public interface CfnTransitGatewayRouteTablePropagationProps 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.*;
CfnTransitGatewayRouteTablePropagationProps cfnTransitGatewayRouteTablePropagationProps = CfnTransitGatewayRouteTablePropagationProps.builder()
.transitGatewayAttachmentId("transitGatewayAttachmentId")
.transitGatewayRouteTableId("transitGatewayRouteTableId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTransitGatewayRouteTablePropagationProps.Builder
A builder for
CfnTransitGatewayRouteTablePropagationProps |
static class |
CfnTransitGatewayRouteTablePropagationProps.Jsii$Proxy
An implementation for
CfnTransitGatewayRouteTablePropagationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayRouteTablePropagationProps.Builder |
builder() |
String |
getTransitGatewayAttachmentId()
The ID of the attachment.
|
String |
getTransitGatewayRouteTableId()
The ID of the propagation route table.
|
@Stability(value=Stable) @NotNull String getTransitGatewayAttachmentId()
@Stability(value=Stable) @NotNull String getTransitGatewayRouteTableId()
@Stability(value=Stable) static CfnTransitGatewayRouteTablePropagationProps.Builder builder()
Copyright © 2022. All rights reserved.