Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnect.html

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

object

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnect.html#cfn-ec2-transitgatewayconnect-options

    Type union: either IResolvable or CfnTransitGatewayConnect.ITransitGatewayConnectOptionsProperty

    Tags

    The tags for the attachment.

    ICfnTag[]? Tags { get; }
    Property Value

    ICfnTag[]

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnect.html#cfn-ec2-transitgatewayconnect-tags

    TransportTransitGatewayAttachmentId

    The ID of the attachment from which the Connect attachment was created.

    object TransportTransitGatewayAttachmentId { get; }
    Property Value

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnect.html#cfn-ec2-transitgatewayconnect-transporttransitgatewayattachmentid

    Type union: either string or ITransitGatewayVpcAttachmentRef

    Back to top Generated by DocFX