provider/aws: Add the documentation for autoscaling_role to emr_cluster (#12847)
This commit is contained in:
parent
c8cf202a27
commit
98ee99f405
|
@ -80,10 +80,10 @@ flow. Defined below
|
||||||
the cluster nodes. Defined below
|
the cluster nodes. Defined below
|
||||||
* `configurations` - (Optional) List of configurations supplied for the EMR cluster you are creating
|
* `configurations` - (Optional) List of configurations supplied for the EMR cluster you are creating
|
||||||
* `visible_to_all_users` - (Optional) Whether the job flow is visible to all IAM users of the AWS account associated with the job flow. Default `true`
|
* `visible_to_all_users` - (Optional) Whether the job flow is visible to all IAM users of the AWS account associated with the job flow. Default `true`
|
||||||
|
* `autoscaling_role` - (Optional) An IAM role for automatic scaling policies. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.
|
||||||
* `tags` - (Optional) list of tags to apply to the EMR Cluster
|
* `tags` - (Optional) list of tags to apply to the EMR Cluster
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## ec2\_attributes
|
## ec2\_attributes
|
||||||
|
|
||||||
Attributes for the Amazon EC2 instances running the job flow
|
Attributes for the Amazon EC2 instances running the job flow
|
||||||
|
|
Loading…
Reference in New Issue