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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnConnectAttachment.ConnectAttachmentOptionsProperty
static final class
An 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.- See Also:
-
builder
-