emr_describe_job_flows: This API is no longer supported and will eventually be...

View source: R/emr_operations.R

emr_describe_job_flowsR Documentation

This API is no longer supported and will eventually be removed

Description

This API is no longer supported and will eventually be removed. We recommend you use list_clusters, describe_cluster, list_steps, list_instance_groups and list_bootstrap_actions instead.

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

Usage

emr_describe_job_flows(
  CreatedAfter = NULL,
  CreatedBefore = NULL,
  JobFlowIds = NULL,
  JobFlowStates = NULL
)

Arguments

CreatedAfter

Return only job flows created after this date and time.

CreatedBefore

Return only job flows created before this date and time.

JobFlowIds

Return only job flows whose job flow ID is contained in this list.

JobFlowStates

Return only job flows whose state is contained in this list.


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