| 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.BucketCountByEncryptionType
Description
Synopsis
- data BucketCountByEncryptionType = BucketCountByEncryptionType' {}
- newBucketCountByEncryptionType :: BucketCountByEncryptionType
- bucketCountByEncryptionType_kmsManaged :: Lens' BucketCountByEncryptionType (Maybe Integer)
- bucketCountByEncryptionType_s3Managed :: Lens' BucketCountByEncryptionType (Maybe Integer)
- bucketCountByEncryptionType_unencrypted :: Lens' BucketCountByEncryptionType (Maybe Integer)
- bucketCountByEncryptionType_unknown :: Lens' BucketCountByEncryptionType (Maybe Integer)
Documentation
data BucketCountByEncryptionType Source #
Provides information about the number of S3 buckets that use certain types of server-side encryption by default or don't encrypt new objects by default. For detailed information about these settings, see Setting default server-side encryption behavior for Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
See: newBucketCountByEncryptionType smart constructor.
Constructors
| BucketCountByEncryptionType' | |
Fields
| |
Instances
newBucketCountByEncryptionType :: BucketCountByEncryptionType Source #
Create a value of BucketCountByEncryptionType 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:kmsManaged:BucketCountByEncryptionType', bucketCountByEncryptionType_kmsManaged - The total number of buckets that use an KMS key to encrypt new objects
by default, either an Amazon Web Services managed key or a customer
managed key. These buckets use KMS encryption (SSE-KMS) by default.
$sel:s3Managed:BucketCountByEncryptionType', bucketCountByEncryptionType_s3Managed - The total number of buckets that use an Amazon S3 managed key to encrypt
new objects by default. These buckets use Amazon S3 managed encryption
(SSE-S3) by default.
$sel:unencrypted:BucketCountByEncryptionType', bucketCountByEncryptionType_unencrypted - The total number of buckets that don't encrypt new objects by default.
Default encryption is disabled for these buckets.
$sel:unknown:BucketCountByEncryptionType', bucketCountByEncryptionType_unknown - The total number of buckets that Amazon Macie doesn't have current
encryption metadata for. Macie can't provide current data about the
default encryption settings for these buckets.
bucketCountByEncryptionType_kmsManaged :: Lens' BucketCountByEncryptionType (Maybe Integer) Source #
The total number of buckets that use an KMS key to encrypt new objects by default, either an Amazon Web Services managed key or a customer managed key. These buckets use KMS encryption (SSE-KMS) by default.
bucketCountByEncryptionType_s3Managed :: Lens' BucketCountByEncryptionType (Maybe Integer) Source #
The total number of buckets that use an Amazon S3 managed key to encrypt new objects by default. These buckets use Amazon S3 managed encryption (SSE-S3) by default.
bucketCountByEncryptionType_unencrypted :: Lens' BucketCountByEncryptionType (Maybe Integer) Source #
The total number of buckets that don't encrypt new objects by default. Default encryption is disabled for these buckets.
bucketCountByEncryptionType_unknown :: Lens' BucketCountByEncryptionType (Maybe Integer) Source #
The total number of buckets that Amazon Macie doesn't have current encryption metadata for. Macie can't provide current data about the default encryption settings for these buckets.