interface AttributesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Connect.CfnInstance.AttributesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsconnect#CfnInstance_AttributesProperty |
![]() | software.amazon.awscdk.services.connect.CfnInstance.AttributesProperty |
![]() | aws_cdk.aws_connect.CfnInstance.AttributesProperty |
![]() | aws-cdk-lib » aws_connect » CfnInstance » AttributesProperty |
*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 { aws_connect as connect } from 'aws-cdk-lib';
const attributesProperty: connect.CfnInstance.AttributesProperty = {
inboundCalls: false,
outboundCalls: false,
// the properties below are optional
autoResolveBestVoices: false,
contactflowLogs: false,
contactLens: false,
earlyMedia: false,
useCustomTtsVoices: false,
};
Properties
Name | Type | Description |
---|---|---|
inbound | boolean | IResolvable | Mandatory element which enables inbound calls on new instance. |
outbound | boolean | IResolvable | Mandatory element which enables outbound calls on new instance. |
auto | boolean | IResolvable | Boolean flag which enables AUTO_RESOLVE_BEST_VOICES on an instance. |
contact | boolean | IResolvable | Boolean flag which enables CONTACT_LENS on an instance. |
contactflow | boolean | IResolvable | Boolean flag which enables CONTACTFLOW_LOGS on an instance. |
early | boolean | IResolvable | Boolean flag which enables EARLY_MEDIA on an instance. |
use | boolean | IResolvable | Boolean flag which enables USE_CUSTOM_TTS_VOICES on an instance. |
inboundCalls
Type:
boolean |
IResolvable
Mandatory element which enables inbound calls on new instance.
outboundCalls
Type:
boolean |
IResolvable
Mandatory element which enables outbound calls on new instance.
autoResolveBestVoices?
Type:
boolean |
IResolvable
(optional)
Boolean flag which enables AUTO_RESOLVE_BEST_VOICES on an instance.
contactLens?
Type:
boolean |
IResolvable
(optional)
Boolean flag which enables CONTACT_LENS on an instance.
contactflowLogs?
Type:
boolean |
IResolvable
(optional)
Boolean flag which enables CONTACTFLOW_LOGS on an instance.
earlyMedia?
Type:
boolean |
IResolvable
(optional)
Boolean flag which enables EARLY_MEDIA on an instance.
useCustomTtsVoices?
Type:
boolean |
IResolvable
(optional)
Boolean flag which enables USE_CUSTOM_TTS_VOICES on an instance.