CfnADMChannelMixinProps

class aws_cdk.mixins_preview.aws_pinpoint.mixins.CfnADMChannelMixinProps(*, application_id=None, client_id=None, client_secret=None, enabled=None)

Bases: object

Properties for CfnADMChannelPropsMixin.

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

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

  • client_secret (Optional[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.mixins_preview.aws_pinpoint import mixins as pinpoint_mixins

cfn_aDMChannel_mixin_props = pinpoint_mixins.CfnADMChannelMixinProps(
    application_id="applicationId",
    client_id="clientId",
    client_secret="clientSecret",
    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