| 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.S3BucketOwner
Description
Synopsis
Documentation
data S3BucketOwner Source #
Provides information about the Amazon Web Services account that owns an S3 bucket.
See: newS3BucketOwner smart constructor.
Constructors
| S3BucketOwner' | |
Instances
newS3BucketOwner :: S3BucketOwner Source #
Create a value of S3BucketOwner 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:displayName:S3BucketOwner', s3BucketOwner_displayName - The display name of the account that owns the bucket.
$sel:id:S3BucketOwner', s3BucketOwner_id - The canonical user ID for the account that owns the bucket.
s3BucketOwner_displayName :: Lens' S3BucketOwner (Maybe Text) Source #
The display name of the account that owns the bucket.
s3BucketOwner_id :: Lens' S3BucketOwner (Maybe Text) Source #
The canonical user ID for the account that owns the bucket.