CfnBaiduChannelMixinProps
- class aws_cdk.mixins_preview.aws_pinpoint.mixins.CfnBaiduChannelMixinProps(*, api_key=None, application_id=None, enabled=None, secret_key=None)
Bases:
objectProperties for CfnBaiduChannelPropsMixin.
- Parameters:
api_key (
Optional[str]) – The API key that you received from the Baidu Cloud Push service to communicate with the service.application_id (
Optional[str]) – The unique identifier for the Amazon Pinpoint application that you’re configuring the Baidu channel for.enabled (
Union[bool,IResolvable,None]) – Specifies whether to enable the Baidu channel for the application.secret_key (
Optional[str]) – The secret key that you received from the Baidu Cloud Push service to communicate with the service.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_pinpoint import mixins as pinpoint_mixins cfn_baidu_channel_mixin_props = pinpoint_mixins.CfnBaiduChannelMixinProps( api_key="apiKey", application_id="applicationId", enabled=False, secret_key="secretKey" )
Attributes
- api_key
The API key that you received from the Baidu Cloud Push service to communicate with the service.
- application_id
The unique identifier for the Amazon Pinpoint application that you’re configuring the Baidu channel for.
- enabled
Specifies whether to enable the Baidu channel for the application.
- secret_key
The secret key that you received from the Baidu Cloud Push service to communicate with the service.