Class TransitGatewayRouteTablePropagation
(experimental) Create a Transit Gateway Route Table Propagation.
Inherited Members
Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public class TransitGatewayRouteTablePropagation : Resource, ITransitGatewayRouteTablePropagation, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class TransitGatewayRouteTablePropagation Inherits Resource Implements ITransitGatewayRouteTablePropagation, IResource, IConstruct, IDependable, IEnvironmentAware
Remarks
Stability: Experimental
Resource: AWS::EC2::TransitGatewayRouteTablePropagation
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ec2.Alpha;
ITransitGatewayAttachment transitGatewayAttachment;
TransitGatewayRouteTable transitGatewayRouteTable;
var transitGatewayRouteTablePropagation = new TransitGatewayRouteTablePropagation(this, "MyTransitGatewayRouteTablePropagation", new TransitGatewayRouteTablePropagationProps {
TransitGatewayRouteTable = transitGatewayRouteTable,
TransitGatewayVpcAttachment = transitGatewayAttachment,
// the properties below are optional
TransitGatewayRouteTablePropagationName = "transitGatewayRouteTablePropagationName"
});
Synopsis
Constructors
| TransitGatewayRouteTablePropagation(Construct, string, ITransitGatewayRouteTablePropagationProps) | (experimental) Create a Transit Gateway Route Table Propagation. |
Properties
| PROPERTY_INJECTION_ID | (experimental) Uniquely identifies this class. |
| TransitGatewayRouteTablePropagationId | (experimental) The ID of the transit gateway route table propagation. |
Constructors
TransitGatewayRouteTablePropagation(Construct, string, ITransitGatewayRouteTablePropagationProps)
(experimental) Create a Transit Gateway Route Table Propagation.
public TransitGatewayRouteTablePropagation(Construct scope, string id, ITransitGatewayRouteTablePropagationProps props)
Parameters
- scope Construct
- id string
- props ITransitGatewayRouteTablePropagationProps
Remarks
Stability: Experimental
Properties
PROPERTY_INJECTION_ID
(experimental) Uniquely identifies this class.
public static string PROPERTY_INJECTION_ID { get; }
Property Value
Remarks
Stability: Experimental
TransitGatewayRouteTablePropagationId
(experimental) The ID of the transit gateway route table propagation.
public virtual string TransitGatewayRouteTablePropagationId { get; }
Property Value
Remarks
Stability: Experimental
Implements
Constructs.IConstruct
Constructs.IDependable