powered by
Returns the descriptions of existing applications.
elasticbeanstalk_describe_applications(ApplicationNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
svc$describe_applications( ApplicationNames = list( "string" ) )
# 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