Show / Hide Table of Contents

Interface ITransitGatewayRouteTablePropagationProps

(experimental) Common properties for a Transit Gateway Route Table Propagation.

Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface ITransitGatewayRouteTablePropagationProps
Syntax (vb)
Public Interface ITransitGatewayRouteTablePropagationProps
Remarks

Stability: Experimental

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 transitGatewayRouteTablePropagationProps = new TransitGatewayRouteTablePropagationProps {
                 TransitGatewayRouteTable = transitGatewayRouteTable,
                 TransitGatewayVpcAttachment = transitGatewayAttachment,

                 // the properties below are optional
                 TransitGatewayRouteTablePropagationName = "transitGatewayRouteTablePropagationName"
             };

Synopsis

Properties

TransitGatewayRouteTable

(experimental) The ID of the transit gateway route table propagation.

TransitGatewayRouteTablePropagationName

(experimental) Physical name of this propagation.

TransitGatewayVpcAttachment

(experimental) The ID of the transit gateway route table propagation.

Properties

TransitGatewayRouteTable

(experimental) The ID of the transit gateway route table propagation.

ITransitGatewayRouteTable TransitGatewayRouteTable { get; }
Property Value

ITransitGatewayRouteTable

Remarks

Stability: Experimental

TransitGatewayRouteTablePropagationName

(experimental) Physical name of this propagation.

string? TransitGatewayRouteTablePropagationName { get; }
Property Value

string

Remarks

Default: - Assigned by CloudFormation.

Stability: Experimental

TransitGatewayVpcAttachment

(experimental) The ID of the transit gateway route table propagation.

ITransitGatewayAttachment TransitGatewayVpcAttachment { get; }
Property Value

ITransitGatewayAttachment

Remarks

Stability: Experimental

Back to top Generated by DocFX