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 BucketCountByEncryptionType = BucketCountByEncryptionType' {}
- newBucketCountByEncryptionType :: BucketCountByEncryptionType
- bucketCountByEncryptionType_unknown :: Lens' BucketCountByEncryptionType (Maybe Integer)
- bucketCountByEncryptionType_s3Managed :: Lens' BucketCountByEncryptionType (Maybe Integer)
- bucketCountByEncryptionType_unencrypted :: Lens' BucketCountByEncryptionType (Maybe Integer)
- bucketCountByEncryptionType_kmsManaged :: 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.
BucketCountByEncryptionType' | |
|
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: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.
$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: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.
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.
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_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.