container_service_powers
Creates, updates, deletes, gets or lists a container_service_powers resource.
Overview
| Name | container_service_powers |
| Type | Resource |
| Id | aws.lightsail.container_service_powers |
Fields
The following fields are returned by SELECT queries:
- get_container_service_powers
| Name | Datatype | Description |
|---|---|---|
powers | array | An array of objects that describe the powers that can be specified for a container service. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_container_service_powers | select | region | 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. |
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_service_powers
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
;