emr_terminate_job_flows: TerminateJobFlows shuts a list of clusters (job flows) down

View source: R/emr_operations.R

emr_terminate_job_flowsR Documentation

TerminateJobFlows shuts a list of clusters (job flows) down

Description

TerminateJobFlows shuts a list of clusters (job flows) down. When a job flow is shut down, any step not yet completed is canceled and the Amazon EC2 instances on which the cluster is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the cluster was created.

See https://www.paws-r-sdk.com/docs/emr_terminate_job_flows/ for full documentation.

Usage

emr_terminate_job_flows(JobFlowIds)

Arguments

JobFlowIds

[required] A list of job flows to be shut down.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.