aws.pinpoint.get_channels
Example SQL Queries
SELECT * FROMaws.pinpoint.get_channelsWHERE"application_id" = 'VALUE';Description
Retrieves information about the history and status of each 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 |
| channels_response Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application. | STRUCT( |
Show child fields
| |