flow_entitlement
Gets an individual flow_entitlement
resource
Overview
Name | flow_entitlement |
Type | Resource |
Description | flow_entitlement |
Id | awscc.mediaconnect.flow_entitlement |
Fields
Name | Datatype | Description |
---|---|---|
flow_arn | string | The ARN of the flow. |
entitlement_arn | string | The ARN of the entitlement. |
data_transfer_subscriber_fee_percent | integer | Percentage from 0-100 of the data transfer cost to be billed to the subscriber. |
description | string | A description of the entitlement. |
encryption | object | The type of encryption that will be used on the output that is associated with this entitlement. |
entitlement_status | string | An indication of whether the entitlement is enabled. |
name | string | The name of the entitlement. |
subscribers | array | The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
flow_arn,
entitlement_arn,
data_transfer_subscriber_fee_percent,
description,
encryption,
entitlement_status,
name,
subscribers
FROM awscc.mediaconnect.flow_entitlement
WHERE data__Identifier = '<EntitlementArn>';
Permissions
To operate on the flow_entitlement
resource, the following permissions are required:
Read
mediaconnect:DescribeFlow
Update
mediaconnect:DescribeFlow,
mediaconnect:UpdateFlowEntitlement
Delete
mediaconnect:DescribeFlow,
mediaconnect:RevokeFlowEntitlement