libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

Description

 
Synopsis

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.

Constructors

BucketCountPolicyAllowsUnencryptedObjectUploads' 

Fields

  • deniesUnencryptedObjectUploads :: Maybe Integer

    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.

  • unknown :: Maybe Integer

    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.

  • allowsUnencryptedObjectUploads :: Maybe Integer

    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.

Instances

Instances details
Eq BucketCountPolicyAllowsUnencryptedObjectUploads Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

Read BucketCountPolicyAllowsUnencryptedObjectUploads Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

Show BucketCountPolicyAllowsUnencryptedObjectUploads Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

Generic BucketCountPolicyAllowsUnencryptedObjectUploads Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

NFData BucketCountPolicyAllowsUnencryptedObjectUploads Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

Hashable BucketCountPolicyAllowsUnencryptedObjectUploads Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

FromJSON BucketCountPolicyAllowsUnencryptedObjectUploads Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

type Rep BucketCountPolicyAllowsUnencryptedObjectUploads Source # 
Instance details

Defined in Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads

type Rep BucketCountPolicyAllowsUnencryptedObjectUploads = D1 ('MetaData "BucketCountPolicyAllowsUnencryptedObjectUploads" "Amazonka.MacieV2.Types.BucketCountPolicyAllowsUnencryptedObjectUploads" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "BucketCountPolicyAllowsUnencryptedObjectUploads'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deniesUnencryptedObjectUploads") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "unknown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "allowsUnencryptedObjectUploads") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

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.