Interface ITransitGatewayAttachmentReference
A reference to a TransitGatewayAttachment resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITransitGatewayAttachmentReference
Syntax (vb)
Public Interface ITransitGatewayAttachmentReference
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 transitGatewayAttachmentReference = new TransitGatewayAttachmentReference {
TransitGatewayAttachmentId = "transitGatewayAttachmentId"
};
Synopsis
Properties
| TransitGatewayAttachmentId | The Id of the TransitGatewayAttachment resource. |
Properties
TransitGatewayAttachmentId
The Id of the TransitGatewayAttachment resource.
string TransitGatewayAttachmentId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated