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 BucketCountPolicyAllowsUnencryptedObjectUploads = BucketCountPolicyAllowsUnencryptedObjectUploads' {}
- newBucketCountPolicyAllowsUnencryptedObjectUploads :: BucketCountPolicyAllowsUnencryptedObjectUploads
- bucketCountPolicyAllowsUnencryptedObjectUploads_deniesUnencryptedObjectUploads :: Lens' BucketCountPolicyAllowsUnencryptedObjectUploads (Maybe Integer)
- bucketCountPolicyAllowsUnencryptedObjectUploads_unknown :: Lens' BucketCountPolicyAllowsUnencryptedObjectUploads (Maybe Integer)
- bucketCountPolicyAllowsUnencryptedObjectUploads_allowsUnencryptedObjectUploads :: Lens' BucketCountPolicyAllowsUnencryptedObjectUploads (Maybe Integer)
Documentation
data BucketCountPolicyAllowsUnencryptedObjectUploads Source #
Provides information about the number of S3 buckets whose bucket policies do or don't require server-side encryption of objects when objects are uploaded to the buckets.
See: newBucketCountPolicyAllowsUnencryptedObjectUploads
smart constructor.
BucketCountPolicyAllowsUnencryptedObjectUploads' | |
|
Instances
newBucketCountPolicyAllowsUnencryptedObjectUploads :: BucketCountPolicyAllowsUnencryptedObjectUploads Source #
Create a value of BucketCountPolicyAllowsUnencryptedObjectUploads
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:deniesUnencryptedObjectUploads:BucketCountPolicyAllowsUnencryptedObjectUploads'
, bucketCountPolicyAllowsUnencryptedObjectUploads_deniesUnencryptedObjectUploads
- The total number of buckets whose bucket policies require server-side
encryption of new objects. PutObject requests for these buckets must
include the x-amz-server-side-encryption header and the value for that
header must be AES256 or aws:kms.
$sel:unknown:BucketCountPolicyAllowsUnencryptedObjectUploads'
, bucketCountPolicyAllowsUnencryptedObjectUploads_unknown
- The total number of buckets that Amazon Macie wasn't able to evaluate
server-side encryption requirements for. Macie can't determine whether
the bucket policies for these buckets require server-side encryption of
new objects.
$sel:allowsUnencryptedObjectUploads:BucketCountPolicyAllowsUnencryptedObjectUploads'
, bucketCountPolicyAllowsUnencryptedObjectUploads_allowsUnencryptedObjectUploads
- The total number of buckets that don't have a bucket policy or have a
bucket policy that doesn't require server-side encryption of new
objects. If a bucket policy exists, the policy doesn't require
PutObject requests to include the x-amz-server-side-encryption header
and it doesn't require the value for that header to be AES256 or
aws:kms.
bucketCountPolicyAllowsUnencryptedObjectUploads_deniesUnencryptedObjectUploads :: Lens' BucketCountPolicyAllowsUnencryptedObjectUploads (Maybe Integer) Source #
The total number of buckets whose bucket policies require server-side encryption of new objects. PutObject requests for these buckets must include the x-amz-server-side-encryption header and the value for that header must be AES256 or aws:kms.
bucketCountPolicyAllowsUnencryptedObjectUploads_unknown :: Lens' BucketCountPolicyAllowsUnencryptedObjectUploads (Maybe Integer) Source #
The total number of buckets that Amazon Macie wasn't able to evaluate server-side encryption requirements for. Macie can't determine whether the bucket policies for these buckets require server-side encryption of new objects.
bucketCountPolicyAllowsUnencryptedObjectUploads_allowsUnencryptedObjectUploads :: Lens' BucketCountPolicyAllowsUnencryptedObjectUploads (Maybe Integer) Source #
The total number of buckets that don't have a bucket policy or have a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, the policy doesn't require PutObject requests to include the x-amz-server-side-encryption header and it doesn't require the value for that header to be AES256 or aws:kms.