Export

GenericS3Output

Hierarchy (view full)

Constructors

Properties

accessKey?: string

Your generic S3 access key (required)

Memberof

GenericS3Output

accessStyle?: S3AccessStyle

Specifies the URL access style to use

Memberof

GenericS3Output

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

GenericS3Output

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

host?: string

The Generic S3 server hostname (or IP address) (required)

Memberof

GenericS3Output

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

port?: number

The port on which the Generic S3 server is running on (if not provided 8000 will be used)

Memberof

GenericS3Output

secretKey?: string

Your generic S3 secret key (required)

Memberof

GenericS3Output

signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

Memberof

GenericS3Output

signingRegion?: string

The signing region to use

Memberof

GenericS3Output

ssl?: boolean

Controls whether SSL is used or not

Memberof

GenericS3Output

type: OutputType = OutputType.GENERIC_S3

Discriminator property for Output

Memberof

GenericS3Output

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

Type declaration

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