Show / Hide Table of Contents

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.*

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-autoresolvebestvoices

Type union: either bool or IResolvable

ContactLens

Boolean flag which enables CONTACT_LENS on an instance.

object? ContactLens { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-contactlens

Type union: either bool or IResolvable

ContactflowLogs

Boolean flag which enables CONTACTFLOW_LOGS on an instance.

object? ContactflowLogs { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-contactflowlogs

Type union: either bool or IResolvable

EarlyMedia

Boolean flag which enables EARLY_MEDIA on an instance.

object? EarlyMedia { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-earlymedia

Type union: either bool or IResolvable

EnhancedChatMonitoring

Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.

object? EnhancedChatMonitoring { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedchatmonitoring

Type union: either bool or IResolvable

EnhancedContactMonitoring

Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.

object? EnhancedContactMonitoring { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedcontactmonitoring

Type union: either bool or IResolvable

HighVolumeOutBound

Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.

object? HighVolumeOutBound { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-highvolumeoutbound

Type union: either bool or IResolvable

InboundCalls

Mandatory element which enables inbound calls on new instance.

object? InboundCalls { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-inboundcalls

Type union: either bool or IResolvable

MessageStreaming

Boolean flag which enables MESSAGE_STREAMING on an instance.

object? MessageStreaming { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-messagestreaming

Type union: either bool or IResolvable

MultiPartyChatConference

Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.

object? MultiPartyChatConference { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartychatconference

Type union: either bool or IResolvable

MultiPartyConference

Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.

object? MultiPartyConference { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartyconference

Type union: either bool or IResolvable

OutboundCalls

Mandatory element which enables outbound calls on new instance.

object? OutboundCalls { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-outboundcalls

Type union: either bool or IResolvable

UseCustomTtsVoices

Boolean flag which enables USE_CUSTOM_TTS_VOICES on an instance.

object? UseCustomTtsVoices { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-usecustomttsvoices

Type union: either bool or IResolvable

Back to top Generated by DocFX