AWS Elastic Beanstalk

Describe application

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Describe an existing application.

Inputs

フィールド

種類

説明

region [required]

enum

default: us-east-1

applicationName [required]

string

Name of the Elastic Beanstalk application.

Outputs

Expand All

フィールド

種類

説明

application [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