aws.wafv2.get_mobile_sdk_release
Example SQL Queries
SELECT * FROMaws.wafv2.get_mobile_sdk_releaseWHERE"platform" = 'VALUE'AND "release_version" = 'VALUE';Description
Retrieves information for the specified mobile SDK release, including release notes and tags.
The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see WAF client application integration in the WAF Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| platform Required Input Column The device platform. | VARCHAR |
| release_version Required Input Column The release version. For the latest available version, specify LATEST. | 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 |
| mobile_sdk_release Information for a specified SDK release, including release notes and tags. | STRUCT( |
Show child fields
| |