Interface CfnConnectAttachment.IConnectAttachmentOptionsProperty
Describes a core network Connect attachment options.
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IConnectAttachmentOptionsProperty
Syntax (vb)
Public Interface IConnectAttachmentOptionsProperty
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.NetworkManager;
var connectAttachmentOptionsProperty = new ConnectAttachmentOptionsProperty {
Protocol = "protocol"
};
Synopsis
Properties
Protocol | The protocol used for the attachment connection. |
Properties
Protocol
The protocol used for the attachment connection.
virtual string Protocol { get; }
Property Value
System.String