libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.Types.FrameworkMetadata

Description

 
Synopsis

Documentation

data FrameworkMetadata Source #

The metadata of a framework, such as the name, ID, description, and so on.

See: newFrameworkMetadata smart constructor.

Constructors

FrameworkMetadata' 

Fields

Instances

Instances details
Eq FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Read FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Show FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Generic FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Associated Types

type Rep FrameworkMetadata :: Type -> Type #

NFData FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Methods

rnf :: FrameworkMetadata -> () #

Hashable FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

FromJSON FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

type Rep FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

type Rep FrameworkMetadata = D1 ('MetaData "FrameworkMetadata" "Amazonka.AuditManager.Types.FrameworkMetadata" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "FrameworkMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFrameworkMetadata :: FrameworkMetadata Source #

Create a value of FrameworkMetadata 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:name:FrameworkMetadata', frameworkMetadata_name - The name of the framework.

$sel:complianceType:FrameworkMetadata', frameworkMetadata_complianceType - The compliance standard associated with the framework, such as PCI-DSS or HIPAA.

$sel:logo:FrameworkMetadata', frameworkMetadata_logo - The logo associated with the framework.

$sel:description:FrameworkMetadata', frameworkMetadata_description - The description of the framework.

frameworkMetadata_complianceType :: Lens' FrameworkMetadata (Maybe Text) Source #

The compliance standard associated with the framework, such as PCI-DSS or HIPAA.

:: Lens' FrameworkMetadata (Maybe Text) Source #

The logo associated with the framework.