CfnBaiduChannelProps¶
-
class
aws_cdk.aws_pinpoint.
CfnBaiduChannelProps
(*, api_key, application_id, secret_key, enabled=None)¶ Bases:
object
Properties for defining a
AWS::Pinpoint::BaiduChannel
.- Parameters
api_key (
str
) –AWS::Pinpoint::BaiduChannel.ApiKey
.application_id (
str
) –AWS::Pinpoint::BaiduChannel.ApplicationId
.secret_key (
str
) –AWS::Pinpoint::BaiduChannel.SecretKey
.enabled (
Union
[bool
,IResolvable
,None
]) –AWS::Pinpoint::BaiduChannel.Enabled
.
- Link
Attributes
-
api_key
¶ AWS::Pinpoint::BaiduChannel.ApiKey
.
-
application_id
¶ AWS::Pinpoint::BaiduChannel.ApplicationId
.
-
enabled
¶ AWS::Pinpoint::BaiduChannel.Enabled
.- Link
- Return type
Union
[bool
,IResolvable
,None
]
-
secret_key
¶ AWS::Pinpoint::BaiduChannel.SecretKey
.