Show / Hide Table of Contents

Class CfnTransitGatewayConnectMixinProps

Properties for CfnTransitGatewayConnectPropsMixin.

Inheritance
object
CfnTransitGatewayConnectMixinProps
Implements
ICfnTransitGatewayConnectMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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 CfnTransitGatewayConnectPropsMixin.ITransitGatewayConnectOptionsProperty

    Tags

    The tags for the attachment.

    public ICfnTag[]? Tags { get; set; }
    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.

    public object? TransportTransitGatewayAttachmentId { get; set; }
    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

    Implements

    ICfnTransitGatewayConnectMixinProps
    Back to top Generated by DocFX