interface BaiduChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Pinpoint.BaiduChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awspinpoint#BaiduChannelReference |
Java | software.amazon.awscdk.interfaces.pinpoint.BaiduChannelReference |
Python | aws_cdk.interfaces.aws_pinpoint.BaiduChannelReference |
TypeScript | aws-cdk-lib » interfaces » aws_pinpoint » BaiduChannelReference |
A reference to a BaiduChannel resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as interfaces_aws_pinpoint } from 'aws-cdk-lib/interfaces';
const baiduChannelReference: interfaces_aws_pinpoint.BaiduChannelReference = {
baiduChannelId: 'baiduChannelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| baidu | string | The Id of the BaiduChannel resource. |
baiduChannelId
Type:
string
The Id of the BaiduChannel resource.

.NET
Go
Java
Python
TypeScript