/AWS1/CL_SCAAPPLICATION¶
Represents a Amazon Web Services Service Catalog AppRegistry application that is the top-level node in a hierarchy of related cloud resource abstractions.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/SCAAPPLICATIONID /AWS1/SCAAPPLICATIONID¶
The identifier of the application.
iv_arn TYPE /AWS1/SCAAPPLICATIONARN /AWS1/SCAAPPLICATIONARN¶
The Amazon resource name (ARN) that specifies the application across services.
iv_name TYPE /AWS1/SCANAME /AWS1/SCANAME¶
The name of the application. The name must be unique in the region in which you are creating the application.
iv_description TYPE /AWS1/SCADESCRIPTION /AWS1/SCADESCRIPTION¶
The description of the application.
iv_creationtime TYPE /AWS1/SCATIMESTAMP /AWS1/SCATIMESTAMP¶
The ISO-8601 formatted timestamp of the moment when the application was created.
iv_lastupdatetime TYPE /AWS1/SCATIMESTAMP /AWS1/SCATIMESTAMP¶
The ISO-8601 formatted timestamp of the moment when the application was last updated.
it_tags TYPE /AWS1/CL_SCATAGS_W=>TT_TAGS TT_TAGS¶
Key-value pairs you can use to associate with the application.
it_applicationtag TYPE /AWS1/CL_SCAAPPLICATIONTAGDE00=>TT_APPLICATIONTAGDEFINITION TT_APPLICATIONTAGDEFINITION¶
A key-value pair that identifies an associated resource.
Queryable Attributes¶
id¶
The identifier of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The Amazon resource name (ARN) that specifies the application across services.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
name¶
The name of the application. The name must be unique in the region in which you are creating the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
creationTime¶
The ISO-8601 formatted timestamp of the moment when the application was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastUpdateTime¶
The ISO-8601 formatted timestamp of the moment when the application was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME has a value |
tags¶
Key-value pairs you can use to associate with the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
applicationTag¶
A key-value pair that identifies an associated resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONTAG() |
Getter for APPLICATIONTAG, with configurable default |
ASK_APPLICATIONTAG() |
Getter for APPLICATIONTAG w/ exceptions if field has no valu |
HAS_APPLICATIONTAG() |
Determine if APPLICATIONTAG has a value |