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
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; }