Values.S3BucketAclGrantConfigurationSourceA proposed access control list grant configuration for an Amazon S3 bucket. For more information, see How to Specify an ACL.
type nonrec t = {permission : AclPermission.t;The permissions being granted.
*)grantee : AclGrantee.t;The grantee to whom you’re assigning access rights.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of AclCanonicalId.t ]) list ])
list ]