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: