Skip to main content

flow_entitlements_list_only

Lists flow_entitlements in a region or regions, for all properties use flow_entitlements

Overview

Nameflow_entitlements_list_only
TypeResource
DescriptionResource schema for AWS::MediaConnect::FlowEntitlement
Idaws.mediaconnect.flow_entitlements_list_only

Fields

NameDatatypeDescription
flow_arnstringThe ARN of the flow.
entitlement_arnstringThe ARN of the entitlement.
data_transfer_subscriber_fee_percentintegerPercentage from 0-100 of the data transfer cost to be billed to the subscriber.
descriptionstringA description of the entitlement.
encryptionobjectThe type of encryption that will be used on the output that is associated with this entitlement.
entitlement_statusstringAn indication of whether the entitlement is enabled.
namestringThe name of the entitlement.
subscribersarrayThe 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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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