elasticbeanstalk_describe_environment_health {paws.compute} | R Documentation |
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.
elasticbeanstalk_describe_environment_health(
EnvironmentName = NULL,
EnvironmentId = NULL,
AttributeNames = NULL
)
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 |