Values.BucketMetadataSourceProvides statistical data and other information about an S3 bucket that Amazon Macie monitors and analyzes for your account. By default, object count and storage size values include data for object parts that are the result of incomplete multipart uploads. For more information, see How Macie monitors Amazon S3 data security in the Amazon Macie User Guide. If an error or issue prevents Macie from retrieving and processing metadata from Amazon S3 for the bucket or the bucket's objects, the value for the versioning property is false and the value for most other properties is null or UNKNOWN. Key exceptions are accountId, bucketArn, bucketCreatedAt, bucketName, lastUpdated, and region. To identify the cause, refer to the errorCode and errorMessage values.
type nonrec t = {accountId : string option;The unique identifier for the Amazon Web Services account that owns the bucket.
*)allowsUnencryptedObjectUploads : AllowsUnencryptedObjectUploads.t option;Specifies whether the bucket policy for the bucket requires server-side encryption of objects when objects are added to the bucket. Possible values are: FALSE - The bucket policy requires server-side encryption of new objects. PutObject requests must include a valid server-side encryption header. TRUE - The bucket doesn't have a bucket policy or it has a bucket policy that doesn't require server-side encryption of new objects. If a bucket policy exists, it doesn't require PutObject requests to include a valid server-side encryption header. UNKNOWN - Amazon Macie can't determine whether the bucket policy requires server-side encryption of new objects. Valid server-side encryption headers are: x-amz-server-side-encryption with a value of AES256 or aws:kms, and x-amz-server-side-encryption-customer-algorithm with a value of AES256.
*)automatedDiscoveryMonitoringStatus : AutomatedDiscoveryMonitoringStatus.t
option;Specifies whether automated sensitive data discovery is currently configured to analyze objects in the bucket. Possible values are: MONITORED, the bucket is included in analyses; and, NOT_MONITORED, the bucket is excluded from analyses. If automated sensitive data discovery is disabled for your account, this value is NOT_MONITORED.
*)bucketArn : string option;The Amazon Resource Name (ARN) of the bucket.
*)bucketCreatedAt : string option;The date and time, in UTC and extended ISO 8601 format, when the bucket was created. This value can also indicate when changes such as edits to the bucket's policy were most recently made to the bucket.
*)bucketName : string option;The name of the bucket.
*)classifiableObjectCount : Awso.Import.Int64.t option;The total number of objects that Amazon Macie can analyze in the bucket. These objects use a supported storage class and have a file name extension for a supported file or storage format.
*)classifiableSizeInBytes : Awso.Import.Int64.t option;The total storage size, in bytes, of the objects that Amazon Macie can analyze in the bucket. These objects use a supported storage class and have a file name extension for a supported file or storage format. If versioning is enabled for the bucket, Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket.
*)errorCode : BucketMetadataErrorCode.t option;The code for an error or issue that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. Possible values are: ACCESS_DENIED - Macie doesn't have permission to retrieve the information. For example, the bucket has a restrictive bucket policy and Amazon S3 denied the request. BUCKET_COUNT_EXCEEDS_QUOTA - Retrieving and processing the information would exceed the quota for the number of buckets that Macie monitors for an account (10,000). If this value is null, Macie was able to retrieve and process the information.
*)errorMessage : string option;A brief description of the error or issue (errorCode) that prevented Amazon Macie from retrieving and processing information about the bucket and the bucket's objects. This value is null if Macie was able to retrieve and process the information.
*)jobDetails : JobDetails.t option;Specifies whether any one-time or recurring classification jobs are configured to analyze objects in the bucket, and, if so, the details of the job that ran most recently.
*)lastAutomatedDiscoveryTime : string option;The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently analyzed objects in the bucket while performing automated sensitive data discovery. This value is null if this analysis hasn't occurred.
*)lastUpdated : string option;The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or object metadata from Amazon S3 for the bucket.
*)objectCount : Awso.Import.Int64.t option;The total number of objects in the bucket.
*)objectCountByEncryptionType : ObjectCountByEncryptionType.t option;The total number of objects in the bucket, grouped by server-side encryption type. This includes a grouping that reports the total number of objects that aren't encrypted or use client-side encryption.
*)publicAccess : BucketPublicAccess.t option;Specifies whether the bucket is publicly accessible due to the combination of permissions settings that apply to the bucket, and provides information about those settings.
*)region : string option;The Amazon Web Services Region that hosts the bucket.
*)replicationDetails : ReplicationDetails.t option;Specifies whether the bucket is configured to replicate one or more objects to buckets for other Amazon Web Services accounts and, if so, which accounts.
*)sensitivityScore : int option;The sensitivity score for the bucket, ranging from -1 (classification error) to 100 (sensitive).If automated sensitive data discovery has never been enabled for your account or it's been disabled for your organization or standalone account for more than 30 days, possible values are: 1, the bucket is empty; or, 50, the bucket stores objects but it's been excluded from recent analyses.
*)serverSideEncryption : BucketServerSideEncryption.t option;The default server-side encryption settings for the bucket.
*)sizeInBytes : Awso.Import.Int64.t option;The total storage size, in bytes, of the bucket. If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each object in the bucket. This value doesn't reflect the storage size of all versions of each object in the bucket.
*)sizeInBytesCompressed : Awso.Import.Int64.t option;The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the bucket. If versioning is enabled for the bucket, Amazon Macie calculates this value based on the size of the latest version of each applicable object in the bucket. This value doesn't reflect the storage size of all versions of each applicable object in the bucket.
*)unclassifiableObjectCount : ObjectLevelStatistics.t option;The total number of objects that Amazon Macie can't analyze in the bucket. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
*)unclassifiableObjectSizeInBytes : ObjectLevelStatistics.t option;The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the bucket. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.
*)versioning : bool option;Specifies whether versioning is enabled for the bucket.
*)}val make :
?accountId:??? ->
?allowsUnencryptedObjectUploads:??? ->
?automatedDiscoveryMonitoringStatus:??? ->
?bucketArn:??? ->
?bucketCreatedAt:??? ->
?bucketName:??? ->
?classifiableObjectCount:??? ->
?classifiableSizeInBytes:??? ->
?errorCode:??? ->
?errorMessage:??? ->
?jobDetails:??? ->
?lastAutomatedDiscoveryTime:??? ->
?lastUpdated:??? ->
?objectCount:??? ->
?objectCountByEncryptionType:??? ->
?publicAccess:??? ->
?region:??? ->
?replicationDetails:??? ->
?sensitivityScore:??? ->
?serverSideEncryption:??? ->
?sharedAccess:??? ->
?sizeInBytes:??? ->
?sizeInBytesCompressed:??? ->
?tags:??? ->
?unclassifiableObjectCount:??? ->
?unclassifiableObjectSizeInBytes:??? ->
?versioning:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `Boolean of bool ]) list ])
list ])
list
| `Timestamp of string ])
list
| `Timestamp of string ])
list ]