playback_configurations
Retrieves a list of playback_configurations
in a region
Overview
Name | playback_configurations |
Type | Resource |
Description | playback_configurations |
Id | awscc.mediatailor.playback_configurations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The identifier for the playback configuration. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.mediatailor.playback_configurations
WHERE region = 'us-east-1'
Permissions
To operate on the playback_configurations
resource, the following permissions are required:
Create
mediatailor:PutPlaybackConfiguration,
mediatailor:ConfigureLogsForPlaybackConfiguration,
iam:CreateServiceLinkedRole,
mediatailor:UntagResource,
mediatailor:TagResource
List
mediatailor:ListPlaybackConfigurations