interface GCMChannelReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.GCMChannelReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#GCMChannelReference |
![]() | software.amazon.awscdk.services.pinpoint.GCMChannelReference |
![]() | aws_cdk.aws_pinpoint.GCMChannelReference |
![]() | 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.