AWS Elastic Beanstalk

List applications

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

List the descriptions of existing applications that you have access to. Returns an empty array if they don’t exist or if you don’t have the right permissions.

Inputs

Champ

Type

Description

region [required]

enum

default: us-east-1

applicationNames

[string]

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

Outputs

Expand All

Champ

Type

Description

applications [required]

[object]

ApplicationArn

string

The Amazon Resource Name (ARN) of the application.

ApplicationName

string

The name of the application.

Description

string

User-defined description of the application.

DateCreated

date-time

The date when the application was created.

DateUpdated

date-time

The date when the application was last modified.

Versions

[string]

The names of the versions for this application.

ConfigurationTemplates

[string]

The names of the configuration templates associated with this application.

ResourceLifecycleConfig

object

The lifecycle settings for the application.

ServiceRole

string

The ARN of an IAM service role that Elastic Beanstalk has permission to assume. The ServiceRole property is required the first time that you provide a VersionLifecycleConfig for the application in one of the supporting calls (CreateApplication or UpdateApplicationResourceLifecycle). After you provide it once, in either one of the calls, Elastic Beanstalk persists the Service Role with the application, and you don't need to specify it again in subsequent UpdateApplicationResourceLifecycle calls. You can, however, specify it in subsequent calls to change the Service Role to another value.

VersionLifecycleConfig

object

Defines lifecycle settings for application versions.

MaxCountRule

object

Specify a max count rule to restrict the number of application versions that are retained for an application.

Enabled [required]

boolean

Specify true to apply the rule, or false to disable it.

MaxCount

number

Specify the maximum number of application versions to retain.

DeleteSourceFromS3

boolean

Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

MaxAgeRule

object

Specify a max age rule to restrict the length of time that application versions are retained for an application.

Enabled [required]

boolean

Specify true to apply the rule, or false to disable it.

MaxAgeInDays

number

Specify the number of days to retain an application versions.

DeleteSourceFromS3

boolean

Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

amzRequestId [required]

string