| 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.MacieV2.Types.S3WordsList
Description
Synopsis
- data S3WordsList = S3WordsList' {
- bucketName :: Text
- objectKey :: Text
- newS3WordsList :: Text -> Text -> S3WordsList
- s3WordsList_bucketName :: Lens' S3WordsList Text
- s3WordsList_objectKey :: Lens' S3WordsList Text
Documentation
data S3WordsList Source #
Provides information about an S3 object that lists specific text to ignore.
See: newS3WordsList smart constructor.
Constructors
| S3WordsList' | |
Fields
| |
Instances
Create a value of S3WordsList 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:bucketName:S3WordsList', s3WordsList_bucketName - The full name of the S3 bucket that contains the object.
$sel:objectKey:S3WordsList', s3WordsList_objectKey - The full name (key) of the object.
s3WordsList_bucketName :: Lens' S3WordsList Text Source #
The full name of the S3 bucket that contains the object.
s3WordsList_objectKey :: Lens' S3WordsList Text Source #
The full name (key) of the object.