Export

AwsAccount

Hierarchy (view full)

Constructors

Properties

accessKey?: string

Deprecated: Amazon access key for legacy support. Use roleName instead

Memberof

AwsAccount

accountNumber?: string

Amazon account number (12 digits as per AWS spec) (required)

Memberof

AwsAccount

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

externalId?: string

External ID that needs to be set in the trust policy of the AWS IAM role (depicted by roleName) that allows Bitmovin access to the AWS account depicted by accountNumber

Memberof

AwsAccount

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

roleName?: string

Role name including path for the AWS IAM role that will be used by Bitmovin to access the AWS account depicted by accountNumber. The role ARN is constructed based on accountNumber and roleName: arn:aws:iam::{accountNumber}:role/{roleName}

Memberof

AwsAccount

secretKey?: string

Deprecated: Amazon secret key for legacy support. Use roleName instead

Memberof

AwsAccount