Class AwsAccountRegionSettings

Export

AwsAccountRegionSettings

Hierarchy (view full)

Constructors

Properties

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

limitParallelEncodings?: number

Limit for the amount of running encodings at a time. Leave empty for no limit.

Memberof

AwsAccountRegionSettings

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

Memberof

AwsAccountRegionSettings

securityGroupId?: string

Id of the security group for encoding instances (required)

Memberof

AwsAccountRegionSettings

sshPort?: number

Custom SSH port. Valid values: 1 - 65535. Leave empty if the default SSH port 22 is OK.

Memberof

AwsAccountRegionSettings

subnetId?: string

Id of the subnet for encoding instances (required)

Memberof

AwsAccountRegionSettings

Generated using TypeDoc