Values.ApplicationSummarySourceContains summary information about an application.
type nonrec t = {applicationId : ApplicationId.t option;The unique identifier of the application.
*)applicationName : String_.t option;The name of the application.
*)domain : ApplicationDomain.t option;The domain associated with the application.
*)defaultKmsKeyId : DefaultKmsKeyId.t option;The identifier of the default AWS KMS key used to encrypt data for the application.
*)}