Show / Hide Table of Contents

Class TransitGatewayRouteTablePropagation

(experimental) Create a Transit Gateway Route Table Propagation.

Inheritance
object
Resource
TransitGatewayRouteTablePropagation
Implements
ITransitGatewayRouteTablePropagation
IResource
IConstruct
IDependable
IEnvironmentAware
Inherited Members
Resource.IsOwnedResource(IConstruct)
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(string, IArnComponents)
Resource.GetResourceNameAttribute(string)
Resource.Env
Resource.PhysicalName
Resource.Stack
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

string

Remarks

Stability: Experimental

TransitGatewayRouteTablePropagationId

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

public virtual string TransitGatewayRouteTablePropagationId { get; }
Property Value

string

Remarks

Stability: Experimental

Implements

ITransitGatewayRouteTablePropagation
IResource
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX