AppAssessmentSummary
Defines an application assessment summary.
Contents
- assessmentArn
-
Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app-assessment/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
- assessmentStatus
-
Current status of the assessment for the resiliency policy.
Type: String
Valid Values:
Pending | InProgress | Failed | Success
Required: Yes
- 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: No
- appVersion
-
Version of an application.
Type: String
Pattern:
^\S{1,50}$
Required: No
- assessmentName
-
Name of the assessment.
Type: String
Pattern:
^[A-Za-z0-9][A-Za-z0-9_\-]{1,59}$
Required: No
- complianceStatus
-
Current status of compliance for the resiliency policy.
Type: String
Valid Values:
PolicyBreached | PolicyMet | NotApplicable | MissingPolicy
Required: No
- cost
-
Cost for an application.
Type: Cost object
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
- endTime
-
End time for the action.
Type: Timestamp
Required: No
- invoker
-
Entity that invoked the assessment.
Type: String
Valid Values:
User | System
Required: No
- message
-
Message from the assessment run.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 500.
Required: No
- resiliencyScore
-
Current resiliency score for the application.
Type: Double
Required: No
- startTime
-
Starting time for the action.
Type: Timestamp
Required: No
- versionName
-
Name of an application version.
Type: String
Pattern:
^\S{1,50}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: