describe_app
(**kwargs)¶Describes an AWS Resilience Hub application.
See also: AWS API Documentation
Request Syntax
response = client.describe_app(
appArn='string'
)
[REQUIRED]
The 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.
{
'app': {
'appArn': 'string',
'assessmentSchedule': 'Disabled'|'Daily',
'complianceStatus': 'PolicyBreached'|'PolicyMet'|'NotAssessed'|'ChangesDetected',
'creationTime': datetime(2015, 1, 1),
'description': 'string',
'lastAppComplianceEvaluationTime': datetime(2015, 1, 1),
'lastResiliencyScoreEvaluationTime': datetime(2015, 1, 1),
'name': 'string',
'policyArn': 'string',
'resiliencyScore': 123.0,
'status': 'Active'|'Deleting',
'tags': {
'string': 'string'
}
}
}
Response Structure
The specified application, returned as an object with details including compliance status, creation time, description, resiliency score, and more.
The 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.
Assessment execution schedule with 'Daily' or 'Disabled' values.
The current status of compliance for the resiliency policy.
The timestamp for when the app was created.
The optional description for an app.
The timestamp for the most recent compliance evaluation.
The timestamp for the most recent resiliency score evaluation.
The name for the application.
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 guide.
The current resiliency score for the application.
The status of the application.
The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
Exceptions
ResilienceHub.Client.exceptions.InternalServerException
ResilienceHub.Client.exceptions.ResourceNotFoundException
ResilienceHub.Client.exceptions.ThrottlingException
ResilienceHub.Client.exceptions.ValidationException
ResilienceHub.Client.exceptions.AccessDeniedException