Show / Hide Table of Contents

Class CfnInstancePropsMixin.AttributesProperty

*This is a preview release for Amazon Connect .

Inheritance
object
CfnInstancePropsMixin.AttributesProperty
Implements
CfnInstancePropsMixin.IAttributesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.*

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

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

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
             };

Properties

AutoResolveBestVoices

Boolean flag which enables AUTO_RESOLVE_BEST_VOICES on an instance.

public object? AutoResolveBestVoices { get; set; }
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.

public object? ContactLens { get; set; }
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.

public object? ContactflowLogs { get; set; }
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.

public object? EarlyMedia { get; set; }
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.

public object? EnhancedChatMonitoring { get; set; }
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.

public object? EnhancedContactMonitoring { get; set; }
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.

public object? HighVolumeOutBound { get; set; }
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.

public object? InboundCalls { get; set; }
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.

public object? MessageStreaming { get; set; }
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.

public object? MultiPartyChatConference { get; set; }
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.

public object? MultiPartyConference { get; set; }
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.

public object? OutboundCalls { get; set; }
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.

public object? UseCustomTtsVoices { get; set; }
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

Implements

CfnInstancePropsMixin.IAttributesProperty
Back to top Generated by DocFX