elasticbeanstalk_describe_instances_health {paws.compute} | R Documentation |
Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk
Description
Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_describe_instances_health/ for full documentation.
Usage
elasticbeanstalk_describe_instances_health(
EnvironmentName = NULL,
EnvironmentId = NULL,
AttributeNames = NULL,
NextToken = NULL
)
Arguments
EnvironmentName |
Specify the AWS Elastic Beanstalk environment by name. |
EnvironmentId |
Specify the AWS Elastic Beanstalk environment by ID. |
AttributeNames |
Specifies the response elements you wish to receive. To retrieve all
attributes, set to |
NextToken |
Specify the pagination token returned by a previous call. |
[Package paws.compute version 0.7.0 Index]