Interface CfnTransitGatewayConnect.ITransitGatewayConnectOptionsProperty
Describes the Connect attachment options.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITransitGatewayConnectOptionsProperty
Syntax (vb)
Public Interface ITransitGatewayConnectOptionsProperty
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 transitGatewayConnectOptionsProperty = new TransitGatewayConnectOptionsProperty {
Protocol = "protocol"
};
Synopsis
Properties
Protocol | The tunnel protocol. |
Properties
Protocol
The tunnel protocol.
virtual string Protocol { get; }
Property Value
System.String