Values.GrantEntitlementRequestSourceThe entitlements that you want to grant on a flow.
type nonrec t = {dataTransferSubscriberFeePercent : Integer.t option;Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
*)description : String_.t option;A description of the entitlement. This description appears only on the MediaConnect console and will not be seen by the subscriber or end user.
*)encryption : Encryption.t option;The type of encryption that will be used on the output that is associated with this entitlement. Allowable encryption types: static-key, speke.
*)entitlementStatus : EntitlementStatus.t option;An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you donโt specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
*)name : String_.t option;The name of the entitlement. This value must be unique within the current flow.
*)subscribers : String_.t list;The Amazon Web Services account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.
*)entitlementTags : (String_.t * String_.t) list option;The key-value pairs that can be used to tag and organize the entitlement.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of [> `String of String_.t ] list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]