View source: R/elasticbeanstalk_operations.R
elasticbeanstalk_describe_environment_resources | R Documentation |
Returns AWS resources for this environment.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_describe_environment_resources/ for full documentation.
elasticbeanstalk_describe_environment_resources(
EnvironmentId = NULL,
EnvironmentName = NULL
)
EnvironmentId |
The ID of the environment to retrieve AWS resource usage data. Condition: You must specify either this or an EnvironmentName, or both.
If you do not specify either, AWS Elastic Beanstalk returns
|
EnvironmentName |
The name of the environment to retrieve AWS resource usage data. Condition: You must specify either this or an EnvironmentId, or both. If
you do not specify either, AWS Elastic Beanstalk returns
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.