Interface CfnInstancePropsMixin.IAttributesProperty
*This is a preview release for Amazon Connect .
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnInstancePropsMixin.IAttributesProperty
Syntax (vb)
Public Interface CfnInstancePropsMixin.IAttributesProperty
Remarks
It is subject to change.*
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Connect;
var attributesProperty = new AttributesProperty {
AutoResolveBestVoices = false,
ContactflowLogs = false,
ContactLens = false,
EarlyMedia = false,
EnhancedChatMonitoring = false,
EnhancedContactMonitoring = false,
HighVolumeOutBound = false,
InboundCalls = false,
MessageStreaming = false,
MultiPartyChatConference = false,
MultiPartyConference = false,
OutboundCalls = false,
UseCustomTtsVoices = false
};
Synopsis
Properties
| AutoResolveBestVoices | Boolean flag which enables AUTO_RESOLVE_BEST_VOICES on an instance. |
| ContactLens | Boolean flag which enables CONTACT_LENS on an instance. |
| ContactflowLogs | Boolean flag which enables CONTACTFLOW_LOGS on an instance. |
| EarlyMedia | Boolean flag which enables EARLY_MEDIA on an instance. |
| EnhancedChatMonitoring | Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance. |
| EnhancedContactMonitoring | Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance. |
| HighVolumeOutBound | Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance. |
| InboundCalls | Mandatory element which enables inbound calls on new instance. |
| MessageStreaming | Boolean flag which enables MESSAGE_STREAMING on an instance. |
| MultiPartyChatConference | Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance. |
| MultiPartyConference | Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance. |
| OutboundCalls | Mandatory element which enables outbound calls on new instance. |
| UseCustomTtsVoices | Boolean flag which enables USE_CUSTOM_TTS_VOICES on an instance. |
Properties
AutoResolveBestVoices
Boolean flag which enables AUTO_RESOLVE_BEST_VOICES on an instance.
object? AutoResolveBestVoices { get; }
Property Value
Remarks
ContactLens
Boolean flag which enables CONTACT_LENS on an instance.
object? ContactLens { get; }
Property Value
Remarks
ContactflowLogs
Boolean flag which enables CONTACTFLOW_LOGS on an instance.
object? ContactflowLogs { get; }
Property Value
Remarks
EarlyMedia
Boolean flag which enables EARLY_MEDIA on an instance.
object? EarlyMedia { get; }
Property Value
Remarks
EnhancedChatMonitoring
Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.
object? EnhancedChatMonitoring { get; }
Property Value
Remarks
EnhancedContactMonitoring
Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.
object? EnhancedContactMonitoring { get; }
Property Value
Remarks
HighVolumeOutBound
Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.
object? HighVolumeOutBound { get; }
Property Value
Remarks
InboundCalls
Mandatory element which enables inbound calls on new instance.
object? InboundCalls { get; }
Property Value
Remarks
MessageStreaming
Boolean flag which enables MESSAGE_STREAMING on an instance.
object? MessageStreaming { get; }
Property Value
Remarks
MultiPartyChatConference
Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.
object? MultiPartyChatConference { get; }
Property Value
Remarks
MultiPartyConference
Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.
object? MultiPartyConference { get; }
Property Value
Remarks
OutboundCalls
Mandatory element which enables outbound calls on new instance.
object? OutboundCalls { get; }
Property Value
Remarks
UseCustomTtsVoices
Boolean flag which enables USE_CUSTOM_TTS_VOICES on an instance.
object? UseCustomTtsVoices { get; }