paws.compute (version 0.1.0)

elasticbeanstalk_describe_applications: Returns the descriptions of existing applications

Description

Returns the descriptions of existing applications.

Usage

elasticbeanstalk_describe_applications(ApplicationNames)

Arguments

ApplicationNames

If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.

Request syntax

svc$describe_applications(
  ApplicationNames = list(
    "string"
  )
)

Examples

Run this code
# NOT RUN {
# The following operation retrieves information about applications in the
# current region:
# }
# NOT RUN {
svc$describe_applications()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab