paws.compute (version 0.1.0)

elasticbeanstalk_describe_environment_managed_actions: Lists an environment's upcoming and in-progress managed actions

Description

Lists an environment's upcoming and in-progress managed actions.

Usage

elasticbeanstalk_describe_environment_managed_actions(EnvironmentName,
  EnvironmentId, Status)

Arguments

EnvironmentName

The name of the target environment.

EnvironmentId

The environment ID of the target environment.

Status

To show only actions with a particular status, specify a status.

Request syntax

svc$describe_environment_managed_actions(
  EnvironmentName = "string",
  EnvironmentId = "string",
  Status = "Scheduled"|"Pending"|"Running"|"Unknown"
)