aws-cdk-lib.aws_pinpoint.CfnGCMChannelProps

interface CfnGCMChannelProps

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

Properties for defining a CfnGCMChannel.

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 cfnGCMChannelProps: pinpoint.CfnGCMChannelProps = {
  apiKey: 'apiKey',
  applicationId: 'applicationId',

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

Properties

NameTypeDescription
apiKeystringThe Web API key, also called the server key , that you received from Google to communicate with Google services.
applicationIdstringThe unique identifier for the Amazon Pinpoint application that the GCM channel applies to.
enabled?boolean | IResolvableSpecifies whether to enable the GCM channel for the Amazon Pinpoint application.

apiKey

Type: string

The Web API key, also called the server key , that you received from Google to communicate with Google services.


applicationId

Type: string

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


enabled?

Type: boolean | IResolvable (optional)

Specifies whether to enable the GCM channel for the Amazon Pinpoint application.