source_location
Gets an individual source_location
resource
Overview
Name | source_location |
Type | Resource |
Description | source_location |
Id | awscc.mediatailor.source_location |
Fields
Name | Datatype | Description |
---|---|---|
access_configuration | object | |
arn | string | <p>The ARN of the source location.</p> |
default_segment_delivery_configuration | object | |
http_configuration | object | |
segment_delivery_configurations | array | <p>A list of the segment delivery configurations associated with this resource.</p> |
source_location_name | string | |
tags | array | The tags to assign to the source location. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
access_configuration,
arn,
default_segment_delivery_configuration,
http_configuration,
segment_delivery_configurations,
source_location_name,
tags
FROM awscc.mediatailor.source_location
WHERE data__Identifier = '<SourceLocationName>';
Permissions
To operate on the source_location
resource, the following permissions are required:
Read
mediatailor:DescribeSourceLocation
Update
mediatailor:DescribeSourceLocation,
mediatailor:TagResource,
mediatailor:UntagResource,
mediatailor:UpdateSourceLocation,
secretsmanager:DescribeSecret,
secretsmanager:GetSecretValue,
kms:CreateGrant
Delete
mediatailor:DeleteSourceLocation,
mediatailor:DescribeSourceLocation