App
Defines a Resilience Hub application.
Contents
- appArn
-
The Amazon Resource Name (ARN) of the 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.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
- 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
- creationTime
-
The timestamp for when the app was created.
Type: Timestamp
Required: Yes
- description
-
The optional description for an app.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 500.
Required: No
- lastAppComplianceEvaluationTime
-
The timestamp for the most recent compliance evaluation.
Type: Timestamp
Required: No
- lastResiliencyScoreEvaluationTime
-
The timestamp for the most recent resiliency score evaluation.
Type: Timestamp
Required: No
- name
-
The name for the application.
Type: String
Pattern:
^[A-Za-z0-9][A-Za-z0-9_\-]{1,59}$
Required: Yes
- policyArn
-
The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:resiliency-policy/policy-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference.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
- resiliencyScore
-
The current resiliency score for the application.
Type: Double
Required: No
- status
-
The status of the action.
Type: String
Valid Values:
Active | Deleting
Required: No
- tags
-
The tags assigned to the resource. A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
Type: String to string map
Map Entries: Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^(?!aws:)[^\x00-\x1f\x22]+$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern:
^[^\x00-\x1f\x22]*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: