AWS::Pinpoint::ADMChannelA *channel* is a type of platform that you can deliver messages to. You can use the ADM channel to send push notifications through the Amazon Device Messaging (ADM) service to apps that run on Amazon devices, such as Kindle Fire tablets. Before you can use Amazon Pinpoint to send messages to Amazon devices, you have to enable the ADM channel for an Amazon Pinpoint application. The ADMChannel resource represents the status and authentication settings for the ADM channel for an application.
import { CfnADMChannel } from 'aws-cdk-lib/aws-pinpoint';Or use the module namespace:
import * as pinpoint from 'aws-cdk-lib/aws-pinpoint';
// pinpoint.CfnADMChannelConfiguration passed to the constructor as CfnADMChannelProps.
applicationIdRequiredstringThe unique identifier for the Amazon Pinpoint application that the ADM channel applies to.
clientIdRequiredstringThe Client ID that you received from Amazon to send messages by using ADM.
clientSecretRequiredstringThe Client Secret that you received from Amazon to send messages by using ADM.
enabledOptionalboolean | IResolvableSpecifies whether to enable the ADM 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::ADMChannel