aws.apigatewayv2.get_api_mappings
Example SQL Queries
SELECT * FROMaws.apigatewayv2.get_api_mappingsWHERE"domain_name" = 'VALUE';Description
Gets API mappings.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The domain name. | VARCHAR |
| max_results Input Column The maximum number of elements to be returned for this resource. | VARCHAR |
| next_token Input Column The next page of elements from this collection. Not valid for the last element of the collection. | 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
| |
| items The elements from this collection. | STRUCT( |
Show child fields
| |