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 |
|---|---|---|
entitlement_arn | string | The ARN of the entitlement. |
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