Values.CaCertificatesBundleS3LocationSourceThe CA certificates bundle location in Amazon S3.
type nonrec t = {bucket : String_.t;The S3 bucket.
*)key : String_.t;The location's key.
*)region : CaCertificatesBundleS3LocationRegionString.t;The location's Region.
*)version : String_.t option;The location's version.
*)}val make :
?version:??? ->
bucket:String_.t ->
key:String_.t ->
region:CaCertificatesBundleS3LocationRegionString.t ->
unit ->
t