container_api_metadatas
Creates, updates, deletes, gets or lists a container_api_metadatas resource.
Overview
| Name | container_api_metadatas |
| Type | Resource |
| Id | aws.lightsail.container_api_metadatas |
Fields
The following fields are returned by SELECT queries:
- get_container_api_metadata
| Name | Datatype | Description |
|---|---|---|
metadata | object | Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_container_api_metadata | select | region | Returns information about Amazon Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_container_api_metadata
Returns information about Amazon Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
SELECT
metadata
FROM aws.lightsail.container_api_metadatas
WHERE region = '{{ region }}' -- required
;