Class CfnTransitGatewayConnectMixinProps
Properties for CfnTransitGatewayConnectPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTransitGatewayConnectMixinProps : ICfnTransitGatewayConnectMixinProps
Syntax (vb)
Public Class CfnTransitGatewayConnectMixinProps Implements ICfnTransitGatewayConnectMixinProps
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.CfnPropertyMixins.AWS.EC2;
var cfnTransitGatewayConnectMixinProps = new CfnTransitGatewayConnectMixinProps {
Options = new TransitGatewayConnectOptionsProperty {
Protocol = "protocol"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TransportTransitGatewayAttachmentId = "transportTransitGatewayAttachmentId"
};
Synopsis
Constructors
| CfnTransitGatewayConnectMixinProps() | Properties for CfnTransitGatewayConnectPropsMixin. |
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
CfnTransitGatewayConnectMixinProps()
Properties for CfnTransitGatewayConnectPropsMixin.
public CfnTransitGatewayConnectMixinProps()
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.CfnPropertyMixins.AWS.EC2;
var cfnTransitGatewayConnectMixinProps = new CfnTransitGatewayConnectMixinProps {
Options = new TransitGatewayConnectOptionsProperty {
Protocol = "protocol"
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TransportTransitGatewayAttachmentId = "transportTransitGatewayAttachmentId"
};
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; }