libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

Description

 
Synopsis

Documentation

data AccessPreviewSummary Source #

Contains a summary of information about an access preview.

See: newAccessPreviewSummary smart constructor.

Constructors

AccessPreviewSummary' 

Fields

  • statusReason :: Maybe AccessPreviewStatusReason
     
  • analyzerArn :: Text

    The ARN of the analyzer used to generate the access preview.

  • createdAt :: POSIX

    The time at which the access preview was created.

  • id :: Text

    The unique ID for the access preview.

  • status :: AccessPreviewStatus

    The status of the access preview.

    • Creating - The access preview creation is in progress.
    • Completed - The access preview is complete and previews the findings for external access to the resource.
    • Failed - The access preview creation has failed.

Instances

Instances details
Eq AccessPreviewSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

Read AccessPreviewSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

Show AccessPreviewSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

Generic AccessPreviewSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

Associated Types

type Rep AccessPreviewSummary :: Type -> Type #

NFData AccessPreviewSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

Methods

rnf :: AccessPreviewSummary -> () #

Hashable AccessPreviewSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

FromJSON AccessPreviewSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

type Rep AccessPreviewSummary Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.Types.AccessPreviewSummary

type Rep AccessPreviewSummary = D1 ('MetaData "AccessPreviewSummary" "Amazonka.AccessAnalyzer.Types.AccessPreviewSummary" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "AccessPreviewSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessPreviewStatusReason)) :*: S1 ('MetaSel ('Just "analyzerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AccessPreviewStatus)))))

newAccessPreviewSummary Source #

Create a value of AccessPreviewSummary 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:statusReason:AccessPreviewSummary', accessPreviewSummary_statusReason - Undocumented member.

$sel:analyzerArn:AccessPreviewSummary', accessPreviewSummary_analyzerArn - The ARN of the analyzer used to generate the access preview.

$sel:createdAt:AccessPreviewSummary', accessPreviewSummary_createdAt - The time at which the access preview was created.

$sel:id:AccessPreviewSummary', accessPreviewSummary_id - The unique ID for the access preview.

$sel:status:AccessPreviewSummary', accessPreviewSummary_status - The status of the access preview.

  • Creating - The access preview creation is in progress.
  • Completed - The access preview is complete and previews the findings for external access to the resource.
  • Failed - The access preview creation has failed.

accessPreviewSummary_analyzerArn :: Lens' AccessPreviewSummary Text Source #

The ARN of the analyzer used to generate the access preview.

accessPreviewSummary_createdAt :: Lens' AccessPreviewSummary UTCTime Source #

The time at which the access preview was created.

accessPreviewSummary_id :: Lens' AccessPreviewSummary Text Source #

The unique ID for the access preview.

accessPreviewSummary_status :: Lens' AccessPreviewSummary AccessPreviewStatus Source #

The status of the access preview.

  • Creating - The access preview creation is in progress.
  • Completed - The access preview is complete and previews the findings for external access to the resource.
  • Failed - The access preview creation has failed.