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 BucketCountByEffectivePermission = BucketCountByEffectivePermission' {}
- newBucketCountByEffectivePermission :: BucketCountByEffectivePermission
- bucketCountByEffectivePermission_publiclyAccessible :: Lens' BucketCountByEffectivePermission (Maybe Integer)
- bucketCountByEffectivePermission_unknown :: Lens' BucketCountByEffectivePermission (Maybe Integer)
- bucketCountByEffectivePermission_publiclyReadable :: Lens' BucketCountByEffectivePermission (Maybe Integer)
- bucketCountByEffectivePermission_publiclyWritable :: Lens' BucketCountByEffectivePermission (Maybe Integer)
Documentation
data BucketCountByEffectivePermission Source #
Provides information about the number of S3 buckets that are publicly accessible based on a combination of permissions settings for each bucket.
See: newBucketCountByEffectivePermission
smart constructor.
BucketCountByEffectivePermission' | |
|
Instances
newBucketCountByEffectivePermission :: BucketCountByEffectivePermission Source #
Create a value of BucketCountByEffectivePermission
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:publiclyAccessible:BucketCountByEffectivePermission'
, bucketCountByEffectivePermission_publiclyAccessible
- The total number of buckets that allow the general public to have read
or write access to the bucket.
$sel:unknown:BucketCountByEffectivePermission'
, bucketCountByEffectivePermission_unknown
- The total number of buckets that Amazon Macie wasn't able to evaluate
permissions settings for. Macie can't determine whether these buckets
are publicly accessible.
$sel:publiclyReadable:BucketCountByEffectivePermission'
, bucketCountByEffectivePermission_publiclyReadable
- The total number of buckets that allow the general public to have read
access to the bucket.
$sel:publiclyWritable:BucketCountByEffectivePermission'
, bucketCountByEffectivePermission_publiclyWritable
- The total number of buckets that allow the general public to have write
access to the bucket.
bucketCountByEffectivePermission_publiclyAccessible :: Lens' BucketCountByEffectivePermission (Maybe Integer) Source #
The total number of buckets that allow the general public to have read or write access to the bucket.
bucketCountByEffectivePermission_unknown :: Lens' BucketCountByEffectivePermission (Maybe Integer) Source #
The total number of buckets that Amazon Macie wasn't able to evaluate permissions settings for. Macie can't determine whether these buckets are publicly accessible.
bucketCountByEffectivePermission_publiclyReadable :: Lens' BucketCountByEffectivePermission (Maybe Integer) Source #
The total number of buckets that allow the general public to have read access to the bucket.
bucketCountByEffectivePermission_publiclyWritable :: Lens' BucketCountByEffectivePermission (Maybe Integer) Source #
The total number of buckets that allow the general public to have write access to the bucket.