AWS::Pinpoint::BaiduChannelA *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 { CfnBaiduChannel } from 'aws-cdk-lib/aws-pinpoint';Or use the module namespace:
import * as pinpoint from 'aws-cdk-lib/aws-pinpoint';
// pinpoint.CfnBaiduChannelConfiguration passed to the constructor as CfnBaiduChannelProps.
apiKeyRequiredstringThe API key that you received from the Baidu Cloud Push service to communicate with the service.
applicationIdRequiredstringThe unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
secretKeyRequiredstringThe secret key that you received from the Baidu Cloud Push service to communicate with the service.
enabledOptionalboolean | IResolvableSpecifies whether to enable the Baidu 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::BaiduChannel