aws.mediatailor.describe_source_location
Example SQL Queries
SELECT * FROMaws.mediatailor.describe_source_locationWHERE"source_location_name" = 'VALUE';Description
Describes a source location. A source location is a container for sources. For more information about source locations, see Working with source locations in the MediaTailor User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| source_location_name Required Input Column The name of the source location. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| access_configuration The access configuration for the source location. | STRUCT( |
Show child fields
| |
| arn The ARN of the source location. | VARCHAR |
| creation_time The timestamp that indicates when the source location was created. | TIMESTAMP_S |
| default_segment_delivery_configuration The default segment delivery configuration settings. | STRUCT( |
Show child fields
| |
| http_configuration The HTTP package configuration settings for the source location. | STRUCT( |
Show child fields
| |
| last_modified_time The timestamp that indicates when the source location was last modified. | TIMESTAMP_S |
| segment_delivery_configurations A list of the segment delivery configurations associated with this resource. | STRUCT( |
Show child fields
| |
| tags The tags assigned to the source location. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources. | MAP(VARCHAR, VARCHAR) |