metric_collection_types
Creates, updates, deletes, gets or lists a metric_collection_types resource.
Overview
| Name | metric_collection_types |
| Type | Resource |
| Id | aws.autoscaling.metric_collection_types |
Fields
The following fields are returned by SELECT queries:
- describe_metric_collection_types
| Name | Datatype | Description |
|---|---|---|
metric | string | One of the following metrics: GroupMinSize GroupMaxSize GroupDesiredCapacity GroupInServiceInstances GroupPendingInstances GroupStandbyInstances GroupTerminatingInstances GroupTotalInstances GroupInServiceCapacity GroupPendingCapacity GroupStandbyCapacity GroupTerminatingCapacity GroupTotalCapacity WarmPoolDesiredCapacity WarmPoolWarmedCapacity WarmPoolPendingCapacity WarmPoolTerminatingCapacity WarmPoolTotalCapacity GroupAndWarmPoolDesiredCapacity GroupAndWarmPoolTotalCapacity |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_metric_collection_types | select | region | Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling. |
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
- describe_metric_collection_types
Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.
SELECT
metric
FROM aws.autoscaling.metric_collection_types
WHERE region = '{{ region }}' -- required
;