AWS::Pinpoint::VoiceChannelA *channel* is a type of platform that you can deliver messages to. To send a voice message, you send the message through the voice channel. Before you can use Amazon Pinpoint to send voice messages, you have to enable the voice channel for an Amazon Pinpoint application. The VoiceChannel resource represents the status and other information about the voice channel for an application.
import { CfnVoiceChannel } from 'aws-cdk-lib/aws-pinpoint';Or use the module namespace:
import * as pinpoint from 'aws-cdk-lib/aws-pinpoint';
// pinpoint.CfnVoiceChannelConfiguration passed to the constructor as CfnVoiceChannelProps.
applicationIdRequiredstringThe unique identifier for the Amazon Pinpoint application that the voice channel applies to.
enabledOptionalboolean | IResolvableSpecifies whether to enable the voice channel for the application.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-pinpointAWS::Pinpoint::VoiceChannel