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 Standard = Standard' {
- standardsArn :: Maybe Text
- enabledByDefault :: Maybe Bool
- name :: Maybe Text
- description :: Maybe Text
- newStandard :: Standard
- standard_standardsArn :: Lens' Standard (Maybe Text)
- standard_enabledByDefault :: Lens' Standard (Maybe Bool)
- standard_name :: Lens' Standard (Maybe Text)
- standard_description :: Lens' Standard (Maybe Text)
Documentation
Provides information about a specific standard.
See: newStandard
smart constructor.
Standard' | |
|
Instances
newStandard :: Standard Source #
Create a value of Standard
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:standardsArn:Standard'
, standard_standardsArn
- The ARN of a standard.
$sel:enabledByDefault:Standard'
, standard_enabledByDefault
- Whether the standard is enabled by default. When Security Hub is enabled
from the console, if a standard is enabled by default, the check box for
that standard is selected by default.
When Security Hub is enabled using the EnableSecurityHub
API
operation, the standard is enabled by default unless
EnableDefaultStandards
is set to false
.
$sel:name:Standard'
, standard_name
- The name of the standard.
$sel:description:Standard'
, standard_description
- A description of the standard.
standard_enabledByDefault :: Lens' Standard (Maybe Bool) Source #
Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.
When Security Hub is enabled using the EnableSecurityHub
API
operation, the standard is enabled by default unless
EnableDefaultStandards
is set to false
.