DescribeSourceLocation - AWS Elemental MediaTailor

DescribeSourceLocation

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.

Request Syntax

GET /sourceLocation/SourceLocationName HTTP/1.1

URI Request Parameters

The request uses the following URI parameters.

SourceLocationName

The name of the source location.

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 Content-type: application/json { "AccessConfiguration": { "AccessType": "string", "SecretsManagerAccessTokenConfiguration": { "HeaderName": "string", "SecretArn": "string", "SecretStringKey": "string" } }, "Arn": "string", "CreationTime": number, "DefaultSegmentDeliveryConfiguration": { "BaseUrl": "string" }, "HttpConfiguration": { "BaseUrl": "string" }, "LastModifiedTime": number, "SegmentDeliveryConfigurations": [ { "BaseUrl": "string", "Name": "string" } ], "SourceLocationName": "string", "tags": { "string" : "string" } }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

AccessConfiguration

The access configuration for the source location.

Type: AccessConfiguration object

Arn

The ARN of the source location.

Type: String

CreationTime

The timestamp that indicates when the source location was created.

Type: Timestamp

DefaultSegmentDeliveryConfiguration

The default segment delivery configuration settings.

Type: DefaultSegmentDeliveryConfiguration object

HttpConfiguration

The HTTP package configuration settings for the source location.

Type: HttpConfiguration object

LastModifiedTime

The timestamp that indicates when the source location was last modified.

Type: Timestamp

SegmentDeliveryConfigurations

A list of the segment delivery configurations associated with this resource.

Type: Array of SegmentDeliveryConfiguration objects

SourceLocationName

The name of the source location.

Type: String

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.

Type: String to string map

Errors

For information about the errors that are common to all actions, see Common Errors.

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: