Show / Hide Table of Contents

Interface ITransitGatewayPeeringAttachmentReference

A reference to a TransitGatewayPeeringAttachment resource.

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

Synopsis

Properties

TransitGatewayAttachmentId

The TransitGatewayAttachmentId of the TransitGatewayPeeringAttachment resource.

Properties

TransitGatewayAttachmentId

The TransitGatewayAttachmentId of the TransitGatewayPeeringAttachment resource.

string TransitGatewayAttachmentId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX