Show / Hide Table of Contents

Interface ITransitGatewayAttachment

(experimental) Represents a Transit Gateway Attachment.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.ec2.Alpha
Assembly: Amazon.CDK.AWS.ec2.Alpha.dll
Syntax (csharp)
public interface ITransitGatewayAttachment : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ITransitGatewayAttachment Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

Synopsis

Properties

TransitGatewayAttachmentId

(experimental) The ID of the transit gateway attachment.

Properties

TransitGatewayAttachmentId

(experimental) The ID of the transit gateway attachment.

string TransitGatewayAttachmentId { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX