aws-cdk-lib.aws_pinpoint.CfnVoiceChannelProps

interface CfnVoiceChannelProps

LanguageType name
.NETAmazon.CDK.AWS.Pinpoint.CfnVoiceChannelProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnVoiceChannelProps
Javasoftware.amazon.awscdk.services.pinpoint.CfnVoiceChannelProps
Pythonaws_cdk.aws_pinpoint.CfnVoiceChannelProps
TypeScript aws-cdk-lib » aws_pinpoint » CfnVoiceChannelProps

Properties for defining a CfnVoiceChannel.

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-lib';
const cfnVoiceChannelProps: pinpoint.CfnVoiceChannelProps = {
  applicationId: 'applicationId',

  // the properties below are optional
  enabled: false,
};

Properties

NameTypeDescription
applicationIdstringThe unique identifier for the Amazon Pinpoint application that the voice channel applies to.
enabled?boolean | IResolvableSpecifies whether to enable the voice channel for the application.

applicationId

Type: string

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.