Values_1.LaunchPermissionSourceDescribes a launch permission.
type nonrec t = {organizationArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of an organization.
*)organizationalUnitArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of an organizational unit (OU).
*)userId : Values_0.String_.t option;The Amazon Web Services account ID. Constraints: Up to 10 000 account IDs can be specified in a single request.
*)group : Values_0.PermissionGroup.t option;The name of the group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]