Interface CfnConnectAttachment.ConnectAttachmentOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectAttachment.ConnectAttachmentOptionsProperty.Jsii$Proxy
- Enclosing class:
- CfnConnectAttachment
@Stability(Stable)
public static interface CfnConnectAttachment.ConnectAttachmentOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Describes a core network Connect attachment options.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkmanager.*;
ConnectAttachmentOptionsProperty connectAttachmentOptionsProperty = ConnectAttachmentOptionsProperty.builder()
.protocol("protocol")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectAttachment.ConnectAttachmentOptionsPropertystatic final classAn implementation forCfnConnectAttachment.ConnectAttachmentOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProtocol
The protocol used for the attachment connection. -
builder
-