Interface TransitGatewayRouteTablePropagationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TransitGatewayRouteTablePropagationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:49.833Z")
@Stability(Experimental)
public interface TransitGatewayRouteTablePropagationProps
extends software.amazon.jsii.JsiiSerializable
(experimental) Common properties for a Transit Gateway Route Table Propagation.
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.alpha.*;
ITransitGatewayAttachment transitGatewayAttachment;
TransitGatewayRouteTable transitGatewayRouteTable;
TransitGatewayRouteTablePropagationProps transitGatewayRouteTablePropagationProps = TransitGatewayRouteTablePropagationProps.builder()
.transitGatewayRouteTable(transitGatewayRouteTable)
.transitGatewayVpcAttachment(transitGatewayAttachment)
// the properties below are optional
.transitGatewayRouteTablePropagationName("transitGatewayRouteTablePropagationName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forTransitGatewayRouteTablePropagationPropsstatic final classAn implementation forTransitGatewayRouteTablePropagationProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTransitGatewayRouteTable
(experimental) The ID of the transit gateway route table propagation. -
getTransitGatewayVpcAttachment
(experimental) The ID of the transit gateway route table propagation. -
getTransitGatewayRouteTablePropagationName
(experimental) Physical name of this propagation.Default: - Assigned by CloudFormation.
-
builder
-