Interface CfnConnectAttachmentPropsMixin.ConnectAttachmentOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectAttachmentPropsMixin.ConnectAttachmentOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnConnectAttachmentPropsMixin
@Stability(Stable)
public static interface CfnConnectAttachmentPropsMixin.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.cfnpropertymixins.services.networkmanager.*;
ConnectAttachmentOptionsProperty connectAttachmentOptionsProperty = ConnectAttachmentOptionsProperty.builder()
.protocol("protocol")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectAttachmentPropsMixin.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
@Stability(Stable) static CfnConnectAttachmentPropsMixin.ConnectAttachmentOptionsProperty.Builder builder()
-