Interface ICfnTransitGatewayPeeringAttachmentProps
Properties for defining a CfnTransitGatewayPeeringAttachment
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayPeeringAttachmentProps
Syntax (vb)
Public Interface ICfnTransitGatewayPeeringAttachmentProps
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.AWS.EC2;
var cfnTransitGatewayPeeringAttachmentProps = new CfnTransitGatewayPeeringAttachmentProps {
PeerAccountId = "peerAccountId",
PeerRegion = "peerRegion",
PeerTransitGatewayId = "peerTransitGatewayId",
TransitGatewayId = "transitGatewayId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
PeerAccountId | The ID of the AWS account that owns the transit gateway. |
PeerRegion | The Region of the transit gateway. |
PeerTransitGatewayId | The ID of the transit gateway. |
Tags | The tags for the transit gateway peering attachment. |
TransitGatewayId | The ID of the transit gateway peering attachment. |
Properties
PeerAccountId
The ID of the AWS account that owns the transit gateway.
string PeerAccountId { get; }
Property Value
System.String
Remarks
PeerRegion
The Region of the transit gateway.
string PeerRegion { get; }
Property Value
System.String
Remarks
PeerTransitGatewayId
The ID of the transit gateway.
string PeerTransitGatewayId { get; }
Property Value
System.String
Remarks
Tags
The tags for the transit gateway peering attachment.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]
Remarks
TransitGatewayId
The ID of the transit gateway peering attachment.
string TransitGatewayId { get; }
Property Value
System.String