Values_1.CustomPermissionsSourceThe custom permissions profile.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the custom permissions profile.
*)customPermissionsName : CustomPermissionsName.t option;The name of the custom permissions profile.
*)capabilities : Capabilities.t option;A set of actions in the custom permissions profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.Arn.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]