Show / Hide Table of Contents

Interface CfnTransitGatewayConnect.ITransitGatewayConnectOptionsProperty

Describes the Connect attachment options.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTransitGatewayConnect.ITransitGatewayConnectOptionsProperty
Syntax (vb)
Public Interface CfnTransitGatewayConnect.ITransitGatewayConnectOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnect-transitgatewayconnectoptions.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 transitGatewayConnectOptionsProperty = new TransitGatewayConnectOptionsProperty {
                 Protocol = "protocol"
             };

Synopsis

Properties

Protocol

The tunnel protocol.

Properties

Protocol

The tunnel protocol.

string? Protocol { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnect-transitgatewayconnectoptions.html#cfn-ec2-transitgatewayconnect-transitgatewayconnectoptions-protocol

Back to top Generated by DocFX