ObjectCountByEncryptionType
Provides information about the number of objects that are in an S3 bucket and use certain types of server-side encryption, use client-side encryption, or aren't encrypted.
Types
Properties
Link copied to clipboard
The total number of objects that are encrypted with customer-provided keys. The objects use server-side encryption with customer-provided keys (SSE-C).
Link copied to clipboard
The total number of objects that are encrypted with KMS keys, either Amazon Web Services managed keys or customer managed keys. The objects use dual-layer server-side encryption or server-side encryption with KMS keys (DSSE-KMS or SSE-KMS).
Link copied to clipboard
The total number of objects that use client-side encryption or aren't encrypted.
Functions
Link copied to clipboard
inline fun copy(block: ObjectCountByEncryptionType.Builder.() -> Unit = {}): ObjectCountByEncryptionType