mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-04 23:50:20 -07:00
Introduced in 404f9260d9
during 2.6, so version_added: 2.5 was incorrect.
This commit is contained in:
parent
fa624eba29
commit
d6f20952fe
1 changed files with 3 additions and 3 deletions
|
@ -157,12 +157,12 @@ options:
|
||||||
- Enable ASG metrics collection
|
- Enable ASG metrics collection
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "2.5"
|
version_added: "2.6"
|
||||||
metrics_granularity:
|
metrics_granularity:
|
||||||
description:
|
description:
|
||||||
- When metrics_collection is enabled this will determine granularity of metrics collected by CloudWatch
|
- When metrics_collection is enabled this will determine granularity of metrics collected by CloudWatch
|
||||||
default: "1minute"
|
default: "1minute"
|
||||||
version_added: "2.5"
|
version_added: "2.6"
|
||||||
metrics_list:
|
metrics_list:
|
||||||
description:
|
description:
|
||||||
- List of autoscaling metrics to collect when enabling metrics_collection
|
- List of autoscaling metrics to collect when enabling metrics_collection
|
||||||
|
@ -175,7 +175,7 @@ options:
|
||||||
- 'GroupStandbyInstances'
|
- 'GroupStandbyInstances'
|
||||||
- 'GroupTerminatingInstances'
|
- 'GroupTerminatingInstances'
|
||||||
- 'GroupTotalInstances'
|
- 'GroupTotalInstances'
|
||||||
version_added: "2.5"
|
version_added: "2.6"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- aws
|
- aws
|
||||||
- ec2
|
- ec2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue