Export

GcsOutput

Hierarchy (view full)

Constructors

Properties

accessKey?: string

GCS access key (required)

Memberof

GcsOutput

acl?: AclEntry[]

Deprecation notice: This property does not have any effect and will not be returned by GET endpoints

Memberof

Output

bucketName?: string

Name of the bucket (required)

Memberof

GcsOutput

cloudRegion?: GoogleCloudRegion

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

Memberof

GcsOutput

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

GcsOutput

type: OutputType = OutputType.GCS

Discriminator property for Output

Memberof

GcsOutput

_discriminatorMapping: {
    AKAMAI_MSL: string;
    AKAMAI_NETSTORAGE: string;
    AZURE: string;
    CDN: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    LIVE_MEDIA_INGEST: string;
    LOCAL: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
} = ...

Type declaration

  • AKAMAI_MSL: string
  • AKAMAI_NETSTORAGE: string
  • AZURE: string
  • CDN: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • LIVE_MEDIA_INGEST: string
  • LOCAL: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
_discriminatorName: "type" = 'type'