aws.pinpoint.get_app
Example SQL Queries
SELECT * FROMaws.pinpoint.get_appWHERE"application_id" = 'VALUE';Description
Retrieves information about 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 |
| application_response Provides information about an application. | STRUCT( |
Show child fields
| |