interface CfnBaiduChannelProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.CfnBaiduChannelProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnBaiduChannelProps |
![]() | software.amazon.awscdk.services.pinpoint.CfnBaiduChannelProps |
![]() | aws_cdk.aws_pinpoint.CfnBaiduChannelProps |
![]() | aws-cdk-lib » aws_pinpoint » CfnBaiduChannelProps |
Properties for defining a CfnBaiduChannel
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const cfnBaiduChannelProps: pinpoint.CfnBaiduChannelProps = {
apiKey: 'apiKey',
applicationId: 'applicationId',
secretKey: 'secretKey',
// the properties below are optional
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
api | string | The API key that you received from the Baidu Cloud Push service to communicate with the service. |
application | string | The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for. |
secret | string | The secret key that you received from the Baidu Cloud Push service to communicate with the service. |
enabled? | boolean | IResolvable | Specifies whether to enable the Baidu channel for the application. |
apiKey
Type:
string
The API key that you received from the Baidu Cloud Push service to communicate with the service.
applicationId
Type:
string
The unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
secretKey
Type:
string
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
enabled?
Type:
boolean |
IResolvable
(optional)
Specifies whether to enable the Baidu channel for the application.