| 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.ResourcesAffected
Description
Documentation
data ResourcesAffected Source #
Provides information about the resources that a finding applies to.
See: newResourcesAffected smart constructor.
Constructors
| ResourcesAffected' | |
Instances
newResourcesAffected :: ResourcesAffected Source #
Create a value of ResourcesAffected 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:s3Bucket:ResourcesAffected', resourcesAffected_s3Bucket - The details of the S3 bucket that the finding applies to.
$sel:s3Object:ResourcesAffected', resourcesAffected_s3Object - The details of the S3 object that the finding applies to.
resourcesAffected_s3Bucket :: Lens' ResourcesAffected (Maybe S3Bucket) Source #
The details of the S3 bucket that the finding applies to.
resourcesAffected_s3Object :: Lens' ResourcesAffected (Maybe S3Object) Source #
The details of the S3 object that the finding applies to.