Skip to main content

container_service_powers

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

Overview

Namecontainer_service_powers
TypeResource
Idaws.lightsail.container_service_powers

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
powersarrayAn array of objects that describe the powers that can be specified for a container service.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_container_service_powersselectregionReturns the list of powers that can be specified for your Amazon Lightsail container services. The power specifies the amount of memory, the number of vCPUs, and the base price of the container service.

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 the list of powers that can be specified for your Amazon Lightsail container services. The power specifies the amount of memory, the number of vCPUs, and the base price of the container service.

SELECT
powers
FROM aws.lightsail.container_service_powers
WHERE region = '{{ region }}' -- required
;