AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Pinpoint::ADMChannel

CfnADMChannel

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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnADMChannelProps.

applicationIdRequired
string

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

clientIdRequired
string

The Client ID that you received from Amazon to send messages by using ADM.

clientSecretRequired
string

The Client Secret that you received from Amazon to send messages by using ADM.

enabledOptional
boolean | IResolvable

Specifies whether to enable the ADM 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