CfnGCMChannelProps¶
-
class
aws_cdk.aws_pinpoint.
CfnGCMChannelProps
(*, api_key, application_id, enabled=None)¶ Bases:
object
Properties for defining a
AWS::Pinpoint::GCMChannel
.- Parameters
api_key (
str
) –AWS::Pinpoint::GCMChannel.ApiKey
.application_id (
str
) –AWS::Pinpoint::GCMChannel.ApplicationId
.enabled (
Union
[bool
,IResolvable
,None
]) –AWS::Pinpoint::GCMChannel.Enabled
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html
Attributes
-
api_key
¶ AWS::Pinpoint::GCMChannel.ApiKey
.
-
application_id
¶ AWS::Pinpoint::GCMChannel.ApplicationId
.
-
enabled
¶ AWS::Pinpoint::GCMChannel.Enabled
.- Link
- Return type
Union
[bool
,IResolvable
,None
]