source_locations
Retrieves a list of source_locations
in a region
Overview
Name | source_locations |
Type | Resource |
Description | source_locations |
Id | awscc.mediatailor.source_locations |
Fields
Name | Datatype | Description |
---|---|---|
source_location_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
source_location_name
FROM awscc.mediatailor.source_locations
WHERE region = 'us-east-1'
Permissions
To operate on the source_locations
resource, the following permissions are required:
Create
mediatailor:CreateSourceLocation,
mediatailor:DescribeSourceLocation,
mediatailor:TagResource,
secretsmanager:DescribeSecret,
secretsmanager:GetSecretValue,
kms:CreateGrant
List
mediatailor:ListSourceLocations