Class CfnConnectAttachment.ConnectAttachmentOptionsProperty
Describes a core network Connect attachment options.
Inheritance
System.Object
CfnConnectAttachment.ConnectAttachmentOptionsProperty
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ConnectAttachmentOptionsProperty : Object, CfnConnectAttachment.IConnectAttachmentOptionsProperty
Syntax (vb)
Public Class ConnectAttachmentOptionsProperty
Inherits Object
Implements CfnConnectAttachment.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
Constructors
ConnectAttachmentOptionsProperty() |
Properties
Protocol | The protocol used for the attachment connection. |
Constructors
ConnectAttachmentOptionsProperty()
public ConnectAttachmentOptionsProperty()
Properties
Protocol
The protocol used for the attachment connection.
public string Protocol { get; set; }
Property Value
System.String