Class CfnTransitGatewayConnectProps
Properties for defining a CfnTransitGatewayConnect.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayConnectProps : ICfnTransitGatewayConnectProps
Syntax (vb)
Public Class CfnTransitGatewayConnectProps Implements 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
Constructors
| CfnTransitGatewayConnectProps() | Properties for defining a |
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. |
Constructors
CfnTransitGatewayConnectProps()
Properties for defining a CfnTransitGatewayConnect.
public CfnTransitGatewayConnectProps()
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"
} }
};
Properties
Options
The Connect attachment options.
public object Options { get; set; }
Property Value
Remarks
Tags
TransportTransitGatewayAttachmentId
The ID of the attachment from which the Connect attachment was created.
public object TransportTransitGatewayAttachmentId { get; set; }