Show / Hide Table of Contents

Class CfnTransitGatewayRouteTableAssociationProps

Properties for defining a CfnTransitGatewayRouteTableAssociation.

Inheritance
System.Object
CfnTransitGatewayRouteTableAssociationProps
Implements
ICfnTransitGatewayRouteTableAssociationProps
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class CfnTransitGatewayRouteTableAssociationProps : Object, ICfnTransitGatewayRouteTableAssociationProps
Syntax (vb)
Public Class CfnTransitGatewayRouteTableAssociationProps
    Inherits Object
    Implements ICfnTransitGatewayRouteTableAssociationProps
Remarks

Link: 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;

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

Synopsis

Constructors

CfnTransitGatewayRouteTableAssociationProps()

Properties

TransitGatewayAttachmentId

The ID of the attachment.

TransitGatewayRouteTableId

The ID of the route table for the transit gateway.

Constructors

CfnTransitGatewayRouteTableAssociationProps()

public CfnTransitGatewayRouteTableAssociationProps()

Properties

TransitGatewayAttachmentId

The ID of the attachment.

public string TransitGatewayAttachmentId { get; set; }
Property Value

System.String

Remarks

Link: 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.

public string TransitGatewayRouteTableId { get; set; }
Property Value

System.String

Remarks

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

Implements

ICfnTransitGatewayRouteTableAssociationProps
Back to top Generated by DocFX