Skip to main content

metric_collection_types

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

Overview

Namemetric_collection_types
TypeResource
Idaws.autoscaling.metric_collection_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
metricstringOne 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:

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

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

SELECT examples

Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.

SELECT
metric
FROM aws.autoscaling.metric_collection_types
WHERE region = '{{ region }}' -- required
;