Values.ApplicationSummarySourceSummary of details about the application.
type nonrec t = {applicationId : string option;The application Amazon Resource Name (ARN).
*)creationTime : string option;The date and time this resource was created.
*)description : string option;The description of the application.Minimum length=1. Maximum length=256
*)homePageUrl : string option;A URL with more information about the application, for example the location of your GitHub repository for the application.
*)labels : string list option;Labels to improve discovery of apps in search results.Minimum length=1. Maximum length=127. Maximum number of labels: 10Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";
*)name : string option;The name of the application.Minimum length=1. Maximum length=140Pattern: "[a-zA-Z0-9\\-]+";
*)spdxLicenseId : string option;A valid identifier from https://spdx.org/licenses/.
*)}