Values.GetBackendStorageResourceConfigSourceThe details for a backend storage resource.
type nonrec t = {bucketName : string option;The name of the S3 bucket.
*)imported : bool option;Returns True if the storage resource has been imported.
*)permissions : BackendStoragePermissions.t option;The authorization configuration for the storage S3 bucket.
*)serviceName : ServiceName.t option;The name of the storage service.
*)}