Export

S3Output

Hierarchy (view full)

Constructors

Properties

accessKey?: string

Amazon S3 access key (required)

Memberof

S3Output

acl?: AclEntry[]

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

Memberof

Output

bucketName?: string

Amazon S3 bucket name (required)

Memberof

S3Output

cloudRegion?: AwsCloudRegion

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

Memberof

S3Output

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

md5MetaTag?: string

If set a user defined tag (x-amz-meta-) with that key will be used to store the MD5 hash of the file.

Memberof

S3Output

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

Amazon S3 secret key (required)

Memberof

S3Output

signatureVersion?: S3SignatureVersion

Specifies the method used for authentication. Must be set to S3_V2 if the region supports both V2 and V4, but the bucket allows V2 only (see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)

Memberof

S3Output

storageClass?: S3StorageClass

Specifies the storage class used for the bucket. This depends on the requirements of workloads, like performance, data access, resiliency, and cost.

Memberof

S3Output

type: OutputType = OutputType.S3

Discriminator property for Output

Memberof

S3Output

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

Type declaration

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