AWS::Pinpoint::BaiduChannelResource Type definition for AWS::Pinpoint::BaiduChannel
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApiKey | string | Required |
ApplicationId | string | RequiredCreate-only |
SecretKey | string | Required |
Enabled | boolean |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Pinpoint::BaiduChannel
Resources:
MyResource:
Type: AWS::Pinpoint::BaiduChannel
Properties:
ApplicationId: "my-applicationid"
SecretKey: "value"
ApiKey: "value"Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationId