/AWS1/CL_IVRENCODERCONF¶
Settings for transcoding.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/IVRENCODERCONFARN /AWS1/IVRENCODERCONFARN¶
ARN of the EncoderConfiguration resource.
Optional arguments:¶
iv_name TYPE /AWS1/IVRENCODERCONFNAME /AWS1/IVRENCODERCONFNAME¶
Optional name to identify the resource.
io_video TYPE REF TO /AWS1/CL_IVRVIDEO /AWS1/CL_IVRVIDEO¶
Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps
it_tags TYPE /AWS1/CL_IVRTAGS_W=>TT_TAGS TT_TAGS¶
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
Queryable Attributes¶
arn¶
ARN of the EncoderConfiguration resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
name¶
Optional name to identify the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
video¶
Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VIDEO() |
Getter for VIDEO |
tags¶
Tags attached to the resource. Array of maps, each of the form
string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |