Interface ICfnTransitGatewayPeeringProps
Properties for defining a CfnTransitGatewayPeering
.
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayPeeringProps
Syntax (vb)
Public Interface ICfnTransitGatewayPeeringProps
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.NetworkManager;
var cfnTransitGatewayPeeringProps = new CfnTransitGatewayPeeringProps {
CoreNetworkId = "coreNetworkId",
TransitGatewayArn = "transitGatewayArn",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
CoreNetworkId | The ID of the core network. |
Tags | The list of key-value tags associated with the peering. |
TransitGatewayArn | The ARN of the transit gateway. |
Properties
CoreNetworkId
The ID of the core network.
string CoreNetworkId { get; }
Property Value
System.String
Remarks
Tags
The list of key-value tags associated with the peering.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]
Remarks
TransitGatewayArn
The ARN of the transit gateway.
string TransitGatewayArn { get; }
Property Value
System.String