Class CfnInstancePropsMixin.AttributesProperty
*This is a preview release for Amazon Connect .
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnInstancePropsMixin.AttributesProperty : CfnInstancePropsMixin.IAttributesProperty
Syntax (vb)
Public Class CfnInstancePropsMixin.AttributesProperty Implements 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
Constructors
| AttributesProperty() | *This is a preview release for Amazon Connect . |
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. |
Constructors
AttributesProperty()
*This is a preview release for Amazon Connect .
public AttributesProperty()
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
};
Properties
AutoResolveBestVoices
Boolean flag which enables AUTO_RESOLVE_BEST_VOICES on an instance.
public object? AutoResolveBestVoices { get; set; }
Property Value
Remarks
ContactLens
Boolean flag which enables CONTACT_LENS on an instance.
public object? ContactLens { get; set; }
Property Value
Remarks
ContactflowLogs
Boolean flag which enables CONTACTFLOW_LOGS on an instance.
public object? ContactflowLogs { get; set; }
Property Value
Remarks
EarlyMedia
Boolean flag which enables EARLY_MEDIA on an instance.
public object? EarlyMedia { get; set; }
Property Value
Remarks
EnhancedChatMonitoring
Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.
public object? EnhancedChatMonitoring { get; set; }
Property Value
Remarks
EnhancedContactMonitoring
Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.
public object? EnhancedContactMonitoring { get; set; }
Property Value
Remarks
HighVolumeOutBound
Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.
public object? HighVolumeOutBound { get; set; }
Property Value
Remarks
InboundCalls
Mandatory element which enables inbound calls on new instance.
public object? InboundCalls { get; set; }
Property Value
Remarks
MessageStreaming
Boolean flag which enables MESSAGE_STREAMING on an instance.
public object? MessageStreaming { get; set; }
Property Value
Remarks
MultiPartyChatConference
Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.
public object? MultiPartyChatConference { get; set; }
Property Value
Remarks
MultiPartyConference
Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.
public object? MultiPartyConference { get; set; }
Property Value
Remarks
OutboundCalls
Mandatory element which enables outbound calls on new instance.
public object? OutboundCalls { get; set; }
Property Value
Remarks
UseCustomTtsVoices
Boolean flag which enables USE_CUSTOM_TTS_VOICES on an instance.
public object? UseCustomTtsVoices { get; set; }