Show / Hide Table of Contents

Class TransitGatewayRouteTableAssociation

(experimental) Create a Transit Gateway Route Table Association.

Inheritance
object
Resource
TransitGatewayRouteTableAssociation
Implements
ITransitGatewayAssociation
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 TransitGatewayRouteTableAssociation : Resource, ITransitGatewayAssociation, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class TransitGatewayRouteTableAssociation Inherits Resource Implements ITransitGatewayAssociation, IResource, IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

Resource: AWS::EC2::TransitGatewayRouteTableAssociation

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 transitGatewayRouteTableAssociation = new TransitGatewayRouteTableAssociation(this, "MyTransitGatewayRouteTableAssociation", new TransitGatewayRouteTableAssociationProps {
                 TransitGatewayRouteTable = transitGatewayRouteTable,
                 TransitGatewayVpcAttachment = transitGatewayAttachment,

                 // the properties below are optional
                 TransitGatewayRouteTableAssociationName = "transitGatewayRouteTableAssociationName"
             });

Synopsis

Constructors

TransitGatewayRouteTableAssociation(Construct, string, ITransitGatewayRouteTableAssociationProps)

(experimental) Create a Transit Gateway Route Table Association.

Properties

PROPERTY_INJECTION_ID

(experimental) Uniquely identifies this class.

TransitGatewayAssociationId

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

Constructors

TransitGatewayRouteTableAssociation(Construct, string, ITransitGatewayRouteTableAssociationProps)

(experimental) Create a Transit Gateway Route Table Association.

public TransitGatewayRouteTableAssociation(Construct scope, string id, ITransitGatewayRouteTableAssociationProps props)
Parameters
scope Construct
id string
props ITransitGatewayRouteTableAssociationProps
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

TransitGatewayAssociationId

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

public virtual string TransitGatewayAssociationId { get; }
Property Value

string

Remarks

Stability: Experimental

Implements

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