AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Pinpoint::VoiceChannel

CfnVoiceChannel

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

import { CfnVoiceChannel } from 'aws-cdk-lib/aws-pinpoint';

Or use the module namespace:

import * as pinpoint from 'aws-cdk-lib/aws-pinpoint';
// pinpoint.CfnVoiceChannel

Properties

Configuration passed to the constructor as CfnVoiceChannelProps.

applicationIdRequired
string

The unique identifier for the Amazon Pinpoint application that the voice channel applies to.

enabledOptional
boolean | IResolvable

Specifies whether to enable the voice channel for the application.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter