| 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 |
Amazonka.AuditManager.Types.SourceKeyword
Description
Documentation
data SourceKeyword Source #
The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names.
See: newSourceKeyword smart constructor.
Constructors
| SourceKeyword' | |
Fields
| |
Instances
newSourceKeyword :: SourceKeyword Source #
Create a value of SourceKeyword 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:keywordInputType:SourceKeyword', sourceKeyword_keywordInputType - The method of input for the specified keyword.
$sel:keywordValue:SourceKeyword', sourceKeyword_keywordValue - The value of the keyword used to search CloudTrail logs, Config rules,
Security Hub checks, and Amazon Web Services API names when mapping a
control data source.
sourceKeyword_keywordInputType :: Lens' SourceKeyword (Maybe KeywordInputType) Source #
The method of input for the specified keyword.
sourceKeyword_keywordValue :: Lens' SourceKeyword (Maybe Text) Source #
The value of the keyword used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source.