/AWS1/CL_MDXGRANTENTITLEMENT00¶
The entitlements that you want to grant on a flow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_subscribers TYPE /AWS1/CL_MDX__LISTOFSTRING_W=>TT___LISTOFSTRING TT___LISTOFSTRING¶
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.
Optional arguments:¶
iv_dataxfersubrfeepercent TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER¶
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
iv_description TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
A description of the entitlement. This description appears only on the MediaConnect console and will not be seen by the subscriber or end user.
io_encryption TYPE REF TO /AWS1/CL_MDXENCRYPTION /AWS1/CL_MDXENCRYPTION¶
The type of encryption that will be used on the output that is associated with this entitlement. Allowable encryption types: static-key, speke.
iv_entitlementstatus TYPE /AWS1/MDXENTITLEMENTSTATUS /AWS1/MDXENTITLEMENTSTATUS¶
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.
iv_name TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The name of the entitlement. This value must be unique within the current flow.
it_entitlementtags TYPE /AWS1/CL_MDX__MAPOFSTRING_W=>TT___MAPOFSTRING TT___MAPOFSTRING¶
The key-value pairs that can be used to tag and organize the entitlement.
Queryable Attributes¶
DataTransferSubscriberFeePercent¶
Percentage from 0-100 of the data transfer cost to be billed to the subscriber.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DATAXFERSUBRFEEPERCENT() | Getter for DATATRANSFERSUBRFEEPERCENT, with configurable def | 
| ASK_DATAXFERSUBRFEEPERCENT() | Getter for DATATRANSFERSUBRFEEPERCENT w/ exceptions if field | 
| HAS_DATAXFERSUBRFEEPERCENT() | Determine if DATATRANSFERSUBRFEEPERCENT has a value | 
Description¶
A description of the entitlement. This description appears only on the MediaConnect console and will not be seen by the subscriber or end user.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_DESCRIPTION() | Getter for DESCRIPTION, with configurable default | 
| ASK_DESCRIPTION() | Getter for DESCRIPTION w/ exceptions if field has no value | 
| HAS_DESCRIPTION() | Determine if DESCRIPTION has a value | 
Encryption¶
The type of encryption that will be used on the output that is associated with this entitlement. Allowable encryption types: static-key, speke.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ENCRYPTION() | Getter for ENCRYPTION | 
EntitlementStatus¶
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.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ENTITLEMENTSTATUS() | Getter for ENTITLEMENTSTATUS, with configurable default | 
| ASK_ENTITLEMENTSTATUS() | Getter for ENTITLEMENTSTATUS w/ exceptions if field has no v | 
| HAS_ENTITLEMENTSTATUS() | Determine if ENTITLEMENTSTATUS has a value | 
Name¶
The name of the entitlement. This value must be unique within the current flow.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_NAME() | Getter for NAME, with configurable default | 
| ASK_NAME() | Getter for NAME w/ exceptions if field has no value | 
| HAS_NAME() | Determine if NAME has a value | 
Subscribers¶
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.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_SUBSCRIBERS() | Getter for SUBSCRIBERS, with configurable default | 
| ASK_SUBSCRIBERS() | Getter for SUBSCRIBERS w/ exceptions if field has no value | 
| HAS_SUBSCRIBERS() | Determine if SUBSCRIBERS has a value | 
EntitlementTags¶
The key-value pairs that can be used to tag and organize the entitlement.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_ENTITLEMENTTAGS() | Getter for ENTITLEMENTTAGS, with configurable default | 
| ASK_ENTITLEMENTTAGS() | Getter for ENTITLEMENTTAGS w/ exceptions if field has no val | 
| HAS_ENTITLEMENTTAGS() | Determine if ENTITLEMENTTAGS has a value | 
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT___LISTOFGRANTENTITLEMENTREQ¶
TYPES TT___LISTOFGRANTENTITLEMENTREQ TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDXGRANTENTITLEMENT00 WITH DEFAULT KEY
.