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 classA builder forCfnInstance.AttributesPropertystatic final classAn implementation forCfnInstance.AttributesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectCfnInstance.AttributesProperty.AutoResolveBestVoices.default ObjectCfnInstance.AttributesProperty.ContactflowLogs.default ObjectCfnInstance.AttributesProperty.ContactLens.default ObjectCfnInstance.AttributesProperty.EarlyMedia.CfnInstance.AttributesProperty.InboundCalls.CfnInstance.AttributesProperty.OutboundCalls.default ObjectCfnInstance.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
-