paws.compute (version 0.1.0)

elasticbeanstalk_describe_environment_resources: Returns AWS resources for this environment

Description

Returns AWS resources for this environment.

Usage

elasticbeanstalk_describe_environment_resources(EnvironmentId,
  EnvironmentName)

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

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

Request syntax

svc$describe_environment_resources(
  EnvironmentId = "string",
  EnvironmentName = "string"
)

Examples

Run this code
# NOT RUN {
# The following operation retrieves information about resources in an
# environment named my-env:
# }
# NOT RUN {
svc$describe_environment_resources(
  EnvironmentName = "my-env"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab