You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The list of strings that uniquely identify the clusters for which to turn on
5782
+
* unhealthy node replacement. You can get these identifiers by running the
5783
+
* <a>RunJobFlow</a> or the <a>DescribeJobFlows</a> operations.</p>
5784
+
*/
5785
+
JobFlowIds: string[]|undefined;
5786
+
5787
+
/**
5788
+
* @public
5789
+
* <p>Indicates whether to turn on or turn off graceful unhealthy node replacement.</p>
5790
+
*/
5791
+
UnhealthyNodeReplacement: boolean|undefined;
5792
+
}
5793
+
5768
5794
/**
5769
5795
* @public
5770
5796
* <p>The input to the SetVisibleToAllUsers action.</p>
@@ -6209,6 +6235,13 @@ export interface Cluster {
6209
6235
*/
6210
6236
TerminationProtected?: boolean;
6211
6237
6238
+
/**
6239
+
* @public
6240
+
* <p>Indicates whether Amazon EMR should gracefully replace Amazon EC2
6241
+
* core instances that have degraded within the cluster.</p>
6242
+
*/
6243
+
UnhealthyNodeReplacement?: boolean;
6244
+
6212
6245
/**
6213
6246
* @public
6214
6247
* <p>Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When <code>true</code>, IAM principals in the Amazon Web Services account can perform Amazon EMR cluster
0 commit comments