flow_entitlements_list_only
Lists flow_entitlements
in a region or regions, for all properties use flow_entitlements
Overview
Name | flow_entitlements_list_only |
Type | Resource |
Description | Resource schema for AWS::MediaConnect::FlowEntitlement |
Id | aws.mediaconnect.flow_entitlements_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all flow_entitlements
in a region.
SELECT
region,
entitlement_arn
FROM aws.mediaconnect.flow_entitlements_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the flow_entitlements_list_only
resource, see flow_entitlements