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)
.enhancedChatMonitoring(false)
.enhancedContactMonitoring(false)
.highVolumeOutBound(false)
.multiPartyChatConference(false)
.multiPartyConference(false)
.useCustomTtsVoices(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInstance.AttributesPropertystatic final classAn implementation forCfnInstance.AttributesProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectBoolean flag which enables AUTO_RESOLVE_BEST_VOICES on an instance.default ObjectBoolean flag which enables CONTACTFLOW_LOGS on an instance.default ObjectBoolean flag which enables CONTACT_LENS on an instance.default ObjectBoolean flag which enables EARLY_MEDIA on an instance.default ObjectBoolean flag which enables ENHANCED_CHAT_MONITORING on an instance.default ObjectBoolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.default ObjectBoolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.Mandatory element which enables inbound calls on new instance.default ObjectBoolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.default ObjectBoolean flag which enables MULTI_PARTY_CONFERENCE on an instance.Mandatory element which enables outbound calls on new instance.default ObjectBoolean flag which enables USE_CUSTOM_TTS_VOICES on an instance.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInboundCalls
Mandatory element which enables inbound calls on new instance.Returns union: either
BooleanorIResolvable- See Also:
-
getOutboundCalls
Mandatory element which enables outbound calls on new instance.Returns union: either
BooleanorIResolvable- See Also:
-
getAutoResolveBestVoices
Boolean flag which enables AUTO_RESOLVE_BEST_VOICES on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getContactflowLogs
Boolean flag which enables CONTACTFLOW_LOGS on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getContactLens
Boolean flag which enables CONTACT_LENS on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getEarlyMedia
Boolean flag which enables EARLY_MEDIA on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getEnhancedChatMonitoring
Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getEnhancedContactMonitoring
Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getHighVolumeOutBound
Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getMultiPartyChatConference
Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getMultiPartyConference
Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
getUseCustomTtsVoices
Boolean flag which enables USE_CUSTOM_TTS_VOICES on an instance.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-