elasticbeanstalk_describe_environment_health: Returns information about the overall health of the specified...

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_describe_environment_healthR Documentation

Returns information about the overall health of the specified environment

Description

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.

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

Usage

elasticbeanstalk_describe_environment_health(
  EnvironmentName = NULL,
  EnvironmentId = NULL,
  AttributeNames = NULL
)

Arguments

EnvironmentName

Specify the environment by name.

You must specify either this or an EnvironmentName, or both.

EnvironmentId

Specify the environment by ID.

You must specify either this or an EnvironmentName, or both.

AttributeNames

Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.