elasticbeanstalk_describe_environment_resources: Returns AWS resources for this environment

View source: R/elasticbeanstalk_operations.R

elasticbeanstalk_describe_environment_resourcesR 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 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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.