You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EMR::Types::InstanceGroupModifyConfigWhen passing InstanceGroupModifyConfig as input to an Aws::Client method, you can use a vanilla Hash:
{
instance_group_id: "XmlStringMaxLen256", instance_count: 1,
ec2_instance_ids_to_terminate: ["InstanceId"],
shrink_policy: {
decommission_timeout: 1,
instance_resize_policy: {
instances_to_terminate: ["InstanceId"],
instances_to_protect: ["InstanceId"],
instance_termination_timeout: 1,
},
},
configurations: [
{
classification: "String",
configurations: {
},
properties: {
"String" => "String",
},
},
],
}
Modify the size or configurations of an instance group.
Instance Attribute Summary collapseA list of new or modified configurations to apply for an instance group.
The EC2 InstanceIds to terminate.
Target size for the instance group.
Unique ID of the instance group to expand or shrink.
Policy for customizing shrink operations.
A list of new or modified configurations to apply for an instance group.
#ec2_instance_ids_to_terminate ⇒ Array<String>The EC2 InstanceIds to terminate. After you terminate the instances, the instance group will not return to its original requested size.
#instance_count ⇒ IntegerTarget size for the instance group.
#instance_group_id ⇒ StringUnique ID of the instance group to expand or shrink.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4