Show / Hide Table of Contents

Interface ITransitGatewayConnectReference

A reference to a TransitGatewayConnect resource.

Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITransitGatewayConnectReference
Syntax (vb)
Public Interface ITransitGatewayConnectReference
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 transitGatewayConnectReference = new TransitGatewayConnectReference {
                TransitGatewayAttachmentId = "transitGatewayAttachmentId"
            };

Synopsis

Properties

TransitGatewayAttachmentId

The TransitGatewayAttachmentId of the TransitGatewayConnect resource.

Properties

TransitGatewayAttachmentId

The TransitGatewayAttachmentId of the TransitGatewayConnect resource.

string TransitGatewayAttachmentId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX