Show / Hide Table of Contents

Interface ICfnTransitGatewayRouteTableAssociationProps

Properties for defining a CfnTransitGatewayRouteTableAssociation.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayRouteTableAssociationProps
Syntax (vb)
Public Interface ICfnTransitGatewayRouteTableAssociationProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html

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;

             var cfnTransitGatewayRouteTableAssociationProps = new CfnTransitGatewayRouteTableAssociationProps {
                 TransitGatewayAttachmentId = "transitGatewayAttachmentId",
                 TransitGatewayRouteTableId = "transitGatewayRouteTableId"
             };

Synopsis

Properties

TransitGatewayAttachmentId

The ID of the attachment.

TransitGatewayRouteTableId

The ID of the route table for the transit gateway.

Properties

TransitGatewayAttachmentId

The ID of the attachment.

string TransitGatewayAttachmentId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayattachmentid

TransitGatewayRouteTableId

The ID of the route table for the transit gateway.

string TransitGatewayRouteTableId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html#cfn-ec2-transitgatewayroutetableassociation-transitgatewayroutetableid

Back to top Generated by DocFX