interface GCMChannelReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Pinpoint.GCMChannelReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#GCMChannelReference |
Java | software.amazon.awscdk.services.pinpoint.GCMChannelReference |
Python | aws_cdk.aws_pinpoint.GCMChannelReference |
TypeScript | aws-cdk-lib » aws_pinpoint » GCMChannelReference |
A reference to a GCMChannel resource.
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 gCMChannelReference: pinpoint.GCMChannelReference = {
gcmChannelId: 'gcmChannelId',
};
Properties
| Name | Type | Description |
|---|---|---|
| gcm | string | The Id of the GCMChannel resource. |
gcmChannelId
Type:
string
The Id of the GCMChannel resource.

.NET
Go
Java
Python
TypeScript