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
)
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
MissingRequiredParameter
error.
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
MissingRequiredParameter
error.