CfnADMChannelProps

class aws_cdk.aws_pinpoint.CfnADMChannelProps(*, application_id, client_id, client_secret, enabled=None)

Bases: object

Properties for defining a CfnADMChannel.

Parameters:
  • application_id (str) – The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.

  • client_id (str) – The Client ID that you received from Amazon to send messages by using ADM.

  • client_secret (str) – The Client Secret that you received from Amazon to send messages by using ADM.

  • enabled (Union[bool, IResolvable, None]) – Specifies whether to enable the ADM channel for the application.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html

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 import aws_pinpoint as pinpoint

cfn_aDMChannel_props = pinpoint.CfnADMChannelProps(
    application_id="applicationId",
    client_id="clientId",
    client_secret="clientSecret",

    # the properties below are optional
    enabled=False
)

Attributes

application_id

The unique identifier for the Amazon Pinpoint application that the ADM channel applies to.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-applicationid

client_id

The Client ID that you received from Amazon to send messages by using ADM.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientid

client_secret

The Client Secret that you received from Amazon to send messages by using ADM.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-clientsecret

enabled

Specifies whether to enable the ADM channel for the application.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-admchannel.html#cfn-pinpoint-admchannel-enabled