| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AuditManager.Types.FrameworkMetadata
Description
Synopsis
- data FrameworkMetadata = FrameworkMetadata' {}
- newFrameworkMetadata :: FrameworkMetadata
- frameworkMetadata_complianceType :: Lens' FrameworkMetadata (Maybe Text)
- frameworkMetadata_description :: Lens' FrameworkMetadata (Maybe Text)
- frameworkMetadata_logo :: Lens' FrameworkMetadata (Maybe Text)
- frameworkMetadata_name :: Lens' FrameworkMetadata (Maybe Text)
Documentation
data FrameworkMetadata Source #
The metadata of a framework, such as the name, ID, or description.
See: newFrameworkMetadata smart constructor.
Constructors
| FrameworkMetadata' | |
Fields
| |
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:complianceType:FrameworkMetadata', frameworkMetadata_complianceType - The compliance standard that's associated with the framework. For
example, this could be PCI DSS or HIPAA.
$sel:description:FrameworkMetadata', frameworkMetadata_description - The description of the framework.
$sel:logo:FrameworkMetadata', frameworkMetadata_logo - The logo that's associated with the framework.
$sel:name:FrameworkMetadata', frameworkMetadata_name - The name of the framework.
frameworkMetadata_complianceType :: Lens' FrameworkMetadata (Maybe Text) Source #
The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.
frameworkMetadata_description :: Lens' FrameworkMetadata (Maybe Text) Source #
The description of the framework.
frameworkMetadata_logo :: Lens' FrameworkMetadata (Maybe Text) Source #
The logo that's associated with the framework.
frameworkMetadata_name :: Lens' FrameworkMetadata (Maybe Text) Source #
The name of the framework.