aws-cdk-lib.aws_pinpoint.CfnBaiduChannelProps

interface CfnBaiduChannelProps

LanguageType name
.NETAmazon.CDK.AWS.Pinpoint.CfnBaiduChannelProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnBaiduChannelProps
Javasoftware.amazon.awscdk.services.pinpoint.CfnBaiduChannelProps
Pythonaws_cdk.aws_pinpoint.CfnBaiduChannelProps
TypeScript 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

NameTypeDescription
apiKeystringThe API key that you received from the Baidu Cloud Push service to communicate with the service.
applicationIdstringThe unique identifier for the Amazon Pinpoint application that you're configuring the Baidu channel for.
secretKeystringThe secret key that you received from the Baidu Cloud Push service to communicate with the service.
enabled?boolean | IResolvableSpecifies 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.