aws.pinpoint.get_apns_voip_sandbox_channel
Example SQL Queries
SELECT * FROMaws.pinpoint.get_apns_voip_sandbox_channelWHERE"application_id" = 'VALUE';Description
Retrieves information about the status and settings of the APNs VoIP sandbox 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 |
| apns_voip_sandbox_channel_response Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application. | STRUCT( |
Show child fields
| |