ApplicationSummary - AWS Mainframe Modernization

ApplicationSummary

A subset of the possible application attributes. Used in the application list.

Contents

applicationArn

The Amazon Resource Name (ARN) of the application.

Type: String

Pattern: ^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]|):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+=,@.-]{0,1023}$

Required: Yes

applicationId

The unique identifier of the application.

Type: String

Pattern: ^\S{1,80}$

Required: Yes

applicationVersion

The version of the application.

Type: Integer

Valid Range: Minimum value of 1.

Required: Yes

creationTime

The timestamp when the application was created.

Type: Timestamp

Required: Yes

engineType

The type of the target platform for this application.

Type: String

Valid Values: microfocus | bluage

Required: Yes

name

The name of the application.

Type: String

Pattern: ^[A-Za-z0-9][A-Za-z0-9_\-]{1,59}$

Required: Yes

status

The status of the application.

Type: String

Valid Values: Creating | Created | Available | Ready | Starting | Running | Stopping | Stopped | Failed | Deleting | Deleting From Environment

Required: Yes

deploymentStatus

Indicates either an ongoing deployment or if the application has ever deployed successfully.

Type: String

Valid Values: Deploying | Deployed

Required: No

description

The description of the application.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 500.

Required: No

environmentId

The unique identifier of the runtime environment that hosts this application.

Type: String

Pattern: ^\S{1,80}$

Required: No

lastStartTime

The timestamp when you last started the application. Null until the application runs for the first time.

Type: Timestamp

Required: No

roleArn

The Amazon Resource Name (ARN) of the role associated with the application.

Type: String

Pattern: ^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]|):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+=,@.-]{0,1023}$

Required: No

versionStatus

Indicates the status of the latest version of the application.

Type: String

Valid Values: Creating | Available | Failed

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: