View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_describe_instances_health | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.