interface CfnVoiceChannelMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Pinpoint.CfnVoiceChannelMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awspinpoint#CfnVoiceChannelMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnVoiceChannelMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_pinpoint.CfnVoiceChannelMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_pinpoint » CfnVoiceChannelMixinProps |
Properties for CfnVoiceChannelPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from '@aws-cdk/cfn-property-mixins';
const cfnVoiceChannelMixinProps: pinpoint.CfnVoiceChannelMixinProps = {
applicationId: 'applicationId',
enabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | The unique identifier for the Amazon Pinpoint application that the voice channel applies to. |
| enabled? | boolean | IResolvable | Specifies whether to enable the voice channel for the application. |
applicationId?
Type:
string
(optional)
The unique identifier for the Amazon Pinpoint application that the voice channel applies to.
enabled?
Type:
boolean | IResolvable
(optional)
Specifies whether to enable the voice channel for the application.

.NET
Go
Java
Python
TypeScript