AppSummary - AWS Resilience Hub

AppSummary

Defines an application summary.

Contents

appArn

Amazon Resource Name (ARN) of the AWS 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 AWS General Reference guide.

Type: String

Pattern: ^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+.-]{0,1023}$

Required: Yes

creationTime

Date and time when the app was created.

Type: Timestamp

Required: Yes

name

The name of the application.

Type: String

Pattern: ^[A-Za-z0-9][A-Za-z0-9_\-]{1,59}$

Required: Yes

assessmentSchedule

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

Type: String

Valid Values: Disabled | Daily

Required: No

complianceStatus

The current status of compliance for the resiliency policy.

Type: String

Valid Values: PolicyBreached | PolicyMet | NotAssessed | ChangesDetected

Required: No

description

The optional description for an app.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 500.

Required: No

driftStatus

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

Type: String

Valid Values: NotChecked | NotDetected | Detected

Required: No

lastAppComplianceEvaluationTime

Date and time of the most recent compliance evaluation.

Type: Timestamp

Required: No

resiliencyScore

The current resiliency score for the application.

Type: Double

Required: No

rpoInSecs

Recovery Point Objective (RPO) in seconds.

Type: Integer

Required: No

rtoInSecs

Recovery Time Objective (RTO) in seconds.

Type: Integer

Required: No

status

Status of the application.

Type: String

Valid Values: Active | Deleting

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: