AppSummary

Defines an application summary.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.

Link copied to clipboard

Assessment execution schedule with 'Daily' or 'Disabled' values.

Link copied to clipboard

The current status of compliance for the resiliency policy.

Link copied to clipboard

Date and time when the app was created.

Link copied to clipboard

The optional description for an app.

Link copied to clipboard

Indicates if compliance drifts (deviations) were detected while running an assessment for your application.

Link copied to clipboard

Date and time of the most recent compliance evaluation.

Link copied to clipboard

The name of the application.

Link copied to clipboard

The current resiliency score for the application.

Link copied to clipboard

Recovery Point Objective (RPO) in seconds.

Link copied to clipboard

Recovery Time Objective (RTO) in seconds.

Link copied to clipboard

Status of the application.

Functions

Link copied to clipboard
inline fun copy(block: AppSummary.Builder.() -> Unit = {}): AppSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String