amazonka-resiliencehub-2.0: Amazon Resilience Hub SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ResilienceHub.Types.AppSummary

Description

 
Synopsis

Documentation

data AppSummary Source #

Defines an application summary.

See: newAppSummary smart constructor.

Constructors

AppSummary' 

Fields

Instances

Instances details
FromJSON AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Generic AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Associated Types

type Rep AppSummary :: Type -> Type #

Read AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Show AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

NFData AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Methods

rnf :: AppSummary -> () #

Eq AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

Hashable AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

type Rep AppSummary Source # 
Instance details

Defined in Amazonka.ResilienceHub.Types.AppSummary

newAppSummary Source #

Create a value of AppSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentSchedule:AppSummary', appSummary_assessmentSchedule - Assessment execution schedule with 'Daily' or 'Disabled' values.

$sel:complianceStatus:AppSummary', appSummary_complianceStatus - The current status of compliance for the resiliency policy.

$sel:description:AppSummary', appSummary_description - The optional description for an app.

$sel:resiliencyScore:AppSummary', appSummary_resiliencyScore - The current resiliency score for the application.

$sel:status:AppSummary', appSummary_status - The status of the application.

$sel:appArn:AppSummary', appSummary_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.

$sel:creationTime:AppSummary', appSummary_creationTime - The timestamp for when the app was created.

$sel:name:AppSummary', appSummary_name - The name of the application.

appSummary_assessmentSchedule :: Lens' AppSummary (Maybe AppAssessmentScheduleType) Source #

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

appSummary_complianceStatus :: Lens' AppSummary (Maybe AppComplianceStatusType) Source #

The current status of compliance for the resiliency policy.

appSummary_description :: Lens' AppSummary (Maybe Text) Source #

The optional description for an app.

appSummary_resiliencyScore :: Lens' AppSummary (Maybe Double) Source #

The current resiliency score for the application.

appSummary_status :: Lens' AppSummary (Maybe AppStatusType) Source #

The status of the application.

appSummary_appArn :: Lens' AppSummary Text Source #

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.

appSummary_creationTime :: Lens' AppSummary UTCTime Source #

The timestamp for when the app was created.

appSummary_name :: Lens' AppSummary Text Source #

The name of the application.