Skip to main content

container_api_metadatas

Creates, updates, deletes, gets or lists a container_api_metadatas resource.

Overview

Namecontainer_api_metadatas
TypeResource
Idaws.lightsail.container_api_metadatas

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
metadataobjectMetadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_container_api_metadataselectregionReturns 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;