Interface CfnInstance.AttributesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInstance.AttributesProperty.Jsii$Proxy
Enclosing class:
CfnInstance

@Stability(Stable) public static interface CfnInstance.AttributesProperty extends software.amazon.jsii.JsiiSerializable
*This is a preview release for Amazon Connect .

It is subject to change.*

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.connect.*;
 AttributesProperty attributesProperty = AttributesProperty.builder()
         .inboundCalls(false)
         .outboundCalls(false)
         // the properties below are optional
         .autoResolveBestVoices(false)
         .contactflowLogs(false)
         .contactLens(false)
         .earlyMedia(false)
         .useCustomTtsVoices(false)
         .build();
 

See Also: