Values.S3BucketDetailSourceContains information on the S3 bucket.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) of the S3 bucket.
*)name : String_.t option;The name of the S3 bucket.
*)type_ : String_.t option;Describes whether the bucket is a source or destination bucket.
*)createdAt : Timestamp.t option;The date and time the bucket was created at.
*)owner : Owner.t option;The owner of the S3 bucket.
*)defaultServerSideEncryption : DefaultServerSideEncryption.t option;Describes the server side encryption method used in the S3 bucket.
*)publicAccess : PublicAccess.t option;Describes the public access policies that apply to the S3 bucket.
*)s3ObjectDetails : S3ObjectDetails.t option;Information about the S3 object that was scanned.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `Boolean of Boolean.t ]) list ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]