Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FrameworkMetadata = FrameworkMetadata' {}
- newFrameworkMetadata :: FrameworkMetadata
- frameworkMetadata_name :: Lens' FrameworkMetadata (Maybe Text)
- frameworkMetadata_complianceType :: Lens' FrameworkMetadata (Maybe Text)
- frameworkMetadata_logo :: Lens' FrameworkMetadata (Maybe Text)
- frameworkMetadata_description :: Lens' FrameworkMetadata (Maybe Text)
Documentation
data FrameworkMetadata Source #
The metadata of a framework, such as the name, ID, description, and so on.
See: newFrameworkMetadata
smart constructor.
Instances
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_name :: Lens' FrameworkMetadata (Maybe Text) Source #
The name of the framework.
frameworkMetadata_complianceType :: Lens' FrameworkMetadata (Maybe Text) Source #
The compliance standard associated with the framework, such as PCI-DSS or HIPAA.
frameworkMetadata_logo :: Lens' FrameworkMetadata (Maybe Text) Source #
The logo associated with the framework.
frameworkMetadata_description :: Lens' FrameworkMetadata (Maybe Text) Source #
The description of the framework.