AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Pinpoint::BaiduChannel

CfnBaiduChannel

A *channel* is a type of platform that you can deliver messages to. You can use the Baidu channel to send notifications to the Baidu Cloud Push notification service. Before you can use Amazon Pinpoint to send notifications to the Baidu Cloud Push service, you have to enable the Baidu channel for an Amazon Pinpoint application. The BaiduChannel resource represents the status and authentication settings of the Baidu channel for an application.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnBaiduChannelProps.

apiKeyRequired
string

The API key that you received from the Baidu Cloud Push service to communicate with the service.

applicationIdRequired
string

The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.

secretKeyRequired
string

The secret key that you received from the Baidu Cloud Push service to communicate with the service.

enabledOptional
boolean | IResolvable

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