elasticbeanstalk_describe_environment_resources {paws.compute} | R Documentation |
Returns AWS resources for this environment
Description
Returns AWS resources for this environment.
See https://www.paws-r-sdk.com/docs/elasticbeanstalk_describe_environment_resources/ for full documentation.
Usage
elasticbeanstalk_describe_environment_resources(
EnvironmentId = NULL,
EnvironmentName = NULL
)
Arguments
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
|
[Package paws.compute version 0.9.0 Index]