Returns AWS resources for this environment
Source:R/elasticbeanstalk_operations.R
elasticbeanstalk_describe_environment_resources.RdReturns 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
MissingRequiredParametererror.- 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
MissingRequiredParametererror.