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.
elasticbeanstalk_describe_instances_health(
EnvironmentName = NULL,
EnvironmentId = NULL,
AttributeNames = NULL,
NextToken = NULL
)
Specify the AWS Elastic Beanstalk environment by name.
Specify the AWS Elastic Beanstalk environment by ID.
Specifies the response elements you wish to receive. To retrieve all
attributes, set to All
. If no attribute names are specified, returns a
list of instances.
Specify the pagination token returned by a previous call.