aws-cdk-lib.aws_pinpoint.CfnADMChannelProps

interface CfnADMChannelProps

LanguageType name
.NETAmazon.CDK.AWS.Pinpoint.CfnADMChannelProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnADMChannelProps
Javasoftware.amazon.awscdk.services.pinpoint.CfnADMChannelProps
Pythonaws_cdk.aws_pinpoint.CfnADMChannelProps
TypeScript aws-cdk-lib » aws_pinpoint » CfnADMChannelProps

Properties for defining a CfnADMChannel.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';
const cfnADMChannelProps: pinpoint.CfnADMChannelProps = {
  applicationId: 'applicationId',
  clientId: 'clientId',
  clientSecret: 'clientSecret',

  // the properties below are optional
  enabled: false,
};

Properties

NameTypeDescription
applicationIdstringThe unique identifier for the Amazon Pinpoint application that the ADM channel applies to.
clientIdstringThe Client ID that you received from Amazon to send messages by using ADM.
clientSecretstringThe Client Secret that you received from Amazon to send messages by using ADM.
enabled?boolean | IResolvableSpecifies whether to enable the ADM channel for the application.

applicationId

Type: string

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


clientId

Type: string

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


clientSecret

Type: string

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


enabled?

Type: boolean | IResolvable (optional)

Specifies whether to enable the ADM channel for the application.