Show / Hide Table of Contents

Class TransitGatewayRouteTableAssociationReference

A reference to a TransitGatewayRouteTableAssociation resource.

Inheritance
object
TransitGatewayRouteTableAssociationReference
Implements
ITransitGatewayRouteTableAssociationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TransitGatewayRouteTableAssociationReference : ITransitGatewayRouteTableAssociationReference
Syntax (vb)
Public Class TransitGatewayRouteTableAssociationReference Implements ITransitGatewayRouteTableAssociationReference
Remarks

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.Interfaces.EC2;

            var transitGatewayRouteTableAssociationReference = new TransitGatewayRouteTableAssociationReference {
                TransitGatewayAttachmentId = "transitGatewayAttachmentId",
                TransitGatewayRouteTableId = "transitGatewayRouteTableId"
            };

Synopsis

Constructors

TransitGatewayRouteTableAssociationReference()

A reference to a TransitGatewayRouteTableAssociation resource.

Properties

TransitGatewayAttachmentId

The TransitGatewayAttachmentId of the TransitGatewayRouteTableAssociation resource.

TransitGatewayRouteTableId

The TransitGatewayRouteTableId of the TransitGatewayRouteTableAssociation resource.

Constructors

TransitGatewayRouteTableAssociationReference()

A reference to a TransitGatewayRouteTableAssociation resource.

public TransitGatewayRouteTableAssociationReference()
Remarks

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.Interfaces.EC2;

            var transitGatewayRouteTableAssociationReference = new TransitGatewayRouteTableAssociationReference {
                TransitGatewayAttachmentId = "transitGatewayAttachmentId",
                TransitGatewayRouteTableId = "transitGatewayRouteTableId"
            };

Properties

TransitGatewayAttachmentId

The TransitGatewayAttachmentId of the TransitGatewayRouteTableAssociation resource.

public string TransitGatewayAttachmentId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

TransitGatewayRouteTableId

The TransitGatewayRouteTableId of the TransitGatewayRouteTableAssociation resource.

public string TransitGatewayRouteTableId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITransitGatewayRouteTableAssociationReference
Back to top Generated by DocFX