warm_pool
Gets an individual warm_pool
resource
Overview
Name | warm_pool |
Type | Resource |
Description | warm_pool |
Id | awscc.autoscaling.warm_pool |
Fields
Name | Datatype | Description |
---|---|---|
auto_scaling_group_name | string | |
max_group_prepared_capacity | integer | |
min_size | integer | |
pool_state | string | |
instance_reuse_policy | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
auto_scaling_group_name,
max_group_prepared_capacity,
min_size,
pool_state,
instance_reuse_policy
FROM awscc.autoscaling.warm_pool
WHERE data__Identifier = '<AutoScalingGroupName>';
Permissions
To operate on the warm_pool
resource, the following permissions are required:
Delete
autoscaling:DeleteWarmPool,
autoscaling:DescribeWarmPool
Read
autoscaling:DescribeWarmPool
Update
autoscaling:PutWarmPool,
autoscaling:DescribeWarmPool,
autoscaling:DescribeAutoScalingGroups