Values.S3BucketDestinationSourceA container for the bucket where the Amazon S3 Storage Lens metrics export files are located.
type nonrec t = {format : Format_.t;outputSchemaVersion : OutputSchemaVersion.t;The schema version of the export file.
*)accountId : AccountId.t;The account ID of the owner of the S3 Storage Lens metrics export bucket.
*)arn : S3BucketArnString.t;The Amazon Resource Name (ARN) of the bucket. This property is read-only and follows the following format: arn:aws:s3:us-east-1:example-account-id:bucket/your-destination-bucket-name
*)prefix : Prefix.t option;The prefix of the destination bucket where the metrics export will be delivered.
*)encryption : StorageLensDataExportEncryption.t option;The container for the type encryption of the metrics exports in this bucket.
*)}val make :
?prefix:??? ->
?encryption:??? ->
format:Format_.t ->
outputSchemaVersion:OutputSchemaVersion.t ->
accountId:AccountId.t ->
arn:S3BucketArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AccountId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of SSEKMSKeyId.t ]) list ])
list ])
list ]