Class TransitGatewayRouteTableAssociation
(experimental) Create a Transit Gateway Route Table Association.
Inherited Members
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
Remarks
Stability: Experimental
TransitGatewayAssociationId
(experimental) The ID of the transit gateway route table association.
public virtual string TransitGatewayAssociationId { get; }
Property Value
Remarks
Stability: Experimental
Implements
Constructs.IConstruct
Constructs.IDependable