aws.pinpoint.get_gcm_channel
Example SQL Queries
SELECT * FROMaws.pinpoint.get_gcm_channelWHERE"application_id" = 'VALUE';Description
Retrieves information about the status and settings of the GCM channel for an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| gcm_channel_response Provides information about the status and settings of the GCM channel for an application. The GCM channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. | STRUCT( |
Show child fields
| |