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();