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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnInstance.AttributesProperty
static final class
An implementation forCfnInstance.AttributesProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
CfnInstance.AttributesProperty.AutoResolveBestVoices
.default Object
CfnInstance.AttributesProperty.ContactflowLogs
.default Object
CfnInstance.AttributesProperty.ContactLens
.default Object
CfnInstance.AttributesProperty.EarlyMedia
.CfnInstance.AttributesProperty.InboundCalls
.CfnInstance.AttributesProperty.OutboundCalls
.default Object
CfnInstance.AttributesProperty.UseCustomTTSVoices
.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInboundCalls
CfnInstance.AttributesProperty.InboundCalls
. -
getOutboundCalls
CfnInstance.AttributesProperty.OutboundCalls
. -
getAutoResolveBestVoices
CfnInstance.AttributesProperty.AutoResolveBestVoices
. -
getContactflowLogs
CfnInstance.AttributesProperty.ContactflowLogs
. -
getContactLens
CfnInstance.AttributesProperty.ContactLens
. -
getEarlyMedia
CfnInstance.AttributesProperty.EarlyMedia
. -
getUseCustomTtsVoices
CfnInstance.AttributesProperty.UseCustomTTSVoices
. -
builder
-