Values.AwsS3ObjectDetailsSourceDetails about an Amazon S3 object.
type nonrec t = {lastModified : NonEmptyString.t option;Indicates when the object was last modified. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.
*)eTag : NonEmptyString.t option;The opaque identifier assigned by a web server to a specific version of a resource found at a URL.
*)versionId : NonEmptyString.t option;The version of the object.
*)contentType : NonEmptyString.t option;A standard MIME type describing the format of the object data.
*)serverSideEncryption : NonEmptyString.t option;If the object is stored using server-side encryption, the value of the server-side encryption algorithm used when storing this object in Amazon S3.
*)sSEKMSKeyId : NonEmptyString.t option;The identifier of the KMS symmetric customer managed key that was used for the object.
*)}