Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateSourceLocationResponse

import type { CreateSourceLocationResponse } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
interface CreateSourceLocationResponse {
AccessConfiguration?: AccessConfiguration | null;
Arn?: string | null;
CreationTime?: Date | number | null;
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null;
HttpConfiguration?: HttpConfiguration | null;
LastModifiedTime?: Date | number | null;
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | null;
SourceLocationName?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AccessConfiguration?: AccessConfiguration | null
[src]

Access configuration parameters. Configures the type of authentication used to access content from your source location.

§
Arn?: string | null
[src]

The ARN to assign to the source location.

§
CreationTime?: Date | number | null
[src]

The time the source location was created.

§
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | null
[src]

The optional configuration for the server that serves segments.

§
HttpConfiguration?: HttpConfiguration | null
[src]

The source's HTTP package configurations.

§
LastModifiedTime?: Date | number | null
[src]

The time the source location was last modified.

§
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | null
[src]

The segment delivery configurations for the source location. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.

§
SourceLocationName?: string | null
[src]

The name to assign to the source location.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to assign 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.