Export

GcsInput

Hierarchy (view full)

Constructors

Properties

accessKey?: string

GCS access key (required)

Memberof

GcsInput

bucketName?: string

Name of the bucket (required)

Memberof

GcsInput

cloudRegion?: GoogleCloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Memberof

GcsInput

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

secretKey?: string

GCS secret key (required)

Memberof

GcsInput

type: InputType = InputType.GCS

Discriminator property for Input

Memberof

GcsInput

_discriminatorMapping: {
    [key: string]: string;
} = ...

Type declaration

  • [key: string]: string
_discriminatorName: "type" = 'type'