aws.mediatailor.list_source_locations
Example SQL Queries
SELECT * FROMaws.mediatailor.list_source_locations;Description
Lists the source locations for a channel. A source location defines the host server URL, and contains a list of sources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 SourceLocation. | VARCHAR |
| creation_time The timestamp that indicates when the source location was created. | TIMESTAMP_S |
| default_segment_delivery_configuration The default segment delivery configuration. | STRUCT( |
Show child fields
| |
| http_configuration The HTTP configuration 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 The segment delivery configurations for the source location. | STRUCT( |
Show child fields
| |
| source_location_name The name of the source location. | VARCHAR |
| 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) |