/AWS1/CL_SARGETAPPLICATIONRSP¶
GetApplicationResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_applicationid TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
The application Amazon Resource Name (ARN).
iv_author TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^a-z0-9?$";
iv_creationtime TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
The date and time this resource was created.
iv_description TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
The description of the application.
Minimum length=1. Maximum length=256
iv_homepageurl TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
A URL with more information about the application, for example the location of your GitHub repository for the application.
iv_isverifiedauthor TYPE /AWS1/SAR__BOOLEAN /AWS1/SAR__BOOLEAN¶
Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
it_labels TYPE /AWS1/CL_SAR__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING¶
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\-_:\/@]+$";
iv_licenseurl TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
A link to a license file of the app that matches the spdxLicenseID value of your application.
Maximum size 5 MB
iv_name TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\-]+";
iv_readmeurl TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.
Maximum size 5 MB
iv_spdxlicenseid TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
A valid identifier from https://spdx.org/licenses/.
iv_verifiedauthorurl TYPE /AWS1/SAR__STRING /AWS1/SAR__STRING¶
The URL to the public profile of a verified author. This URL is submitted by the author.
io_version TYPE REF TO /AWS1/CL_SARVERSION /AWS1/CL_SARVERSION¶
Version information about the application.
Queryable Attributes¶
ApplicationId¶
The application Amazon Resource Name (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
Author¶
The name of the author publishing the app.
Minimum length=1. Maximum length=127.
Pattern "^a-z0-9?$";
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHOR() |
Getter for AUTHOR, with configurable default |
ASK_AUTHOR() |
Getter for AUTHOR w/ exceptions if field has no value |
HAS_AUTHOR() |
Determine if AUTHOR has a value |
CreationTime¶
The date and time this resource 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 |
Description¶
The description of the application.
Minimum length=1. Maximum length=256
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 |
HomePageUrl¶
A URL with more information about the application, for example the location of your GitHub repository for the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOMEPAGEURL() |
Getter for HOMEPAGEURL, with configurable default |
ASK_HOMEPAGEURL() |
Getter for HOMEPAGEURL w/ exceptions if field has no value |
HAS_HOMEPAGEURL() |
Determine if HOMEPAGEURL has a value |
IsVerifiedAuthor¶
Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISVERIFIEDAUTHOR() |
Getter for ISVERIFIEDAUTHOR, with configurable default |
ASK_ISVERIFIEDAUTHOR() |
Getter for ISVERIFIEDAUTHOR w/ exceptions if field has no va |
HAS_ISVERIFIEDAUTHOR() |
Determine if ISVERIFIEDAUTHOR has a value |
Labels¶
Labels to improve discovery of apps in search results.
Minimum length=1. Maximum length=127. Maximum number of labels: 10
Pattern: "^[a-zA-Z0-9+\-_:\/@]+$";
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABELS() |
Getter for LABELS, with configurable default |
ASK_LABELS() |
Getter for LABELS w/ exceptions if field has no value |
HAS_LABELS() |
Determine if LABELS has a value |
LicenseUrl¶
A link to a license file of the app that matches the spdxLicenseID value of your application.
Maximum size 5 MB
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LICENSEURL() |
Getter for LICENSEURL, with configurable default |
ASK_LICENSEURL() |
Getter for LICENSEURL w/ exceptions if field has no value |
HAS_LICENSEURL() |
Determine if LICENSEURL has a value |
Name¶
The name of the application.
Minimum length=1. Maximum length=140
Pattern: "[a-zA-Z0-9\-]+";
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 |
ReadmeUrl¶
A link to the readme file in Markdown language that contains a more detailed description of the application and how it works.
Maximum size 5 MB
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READMEURL() |
Getter for READMEURL, with configurable default |
ASK_READMEURL() |
Getter for READMEURL w/ exceptions if field has no value |
HAS_READMEURL() |
Determine if READMEURL has a value |
SpdxLicenseId¶
A valid identifier from https://spdx.org/licenses/.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SPDXLICENSEID() |
Getter for SPDXLICENSEID, with configurable default |
ASK_SPDXLICENSEID() |
Getter for SPDXLICENSEID w/ exceptions if field has no value |
HAS_SPDXLICENSEID() |
Determine if SPDXLICENSEID has a value |
VerifiedAuthorUrl¶
The URL to the public profile of a verified author. This URL is submitted by the author.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERIFIEDAUTHORURL() |
Getter for VERIFIEDAUTHORURL, with configurable default |
ASK_VERIFIEDAUTHORURL() |
Getter for VERIFIEDAUTHORURL w/ exceptions if field has no v |
HAS_VERIFIEDAUTHORURL() |
Determine if VERIFIEDAUTHORURL has a value |
Version¶
Version information about the application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION |