Interface ICfnTransitGatewayConnectProps
Properties for defining a CfnTransitGatewayConnect
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayConnectProps
Syntax (vb)
Public Interface ICfnTransitGatewayConnectProps
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 cfnTransitGatewayConnectProps = new CfnTransitGatewayConnectProps {
Options = new TransitGatewayConnectOptionsProperty {
Protocol = "protocol"
},
TransportTransitGatewayAttachmentId = "transportTransitGatewayAttachmentId",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Options | The Connect attachment options. |
Tags | The tags for the attachment. |
TransportTransitGatewayAttachmentId | The ID of the attachment from which the Connect attachment was created. |
Properties
Options
The Connect attachment options.
object Options { get; }
Property Value
System.Object
Remarks
Tags
TransportTransitGatewayAttachmentId
The ID of the attachment from which the Connect attachment was created.
string TransportTransitGatewayAttachmentId { get; }
Property Value
System.String