Skip to content

/AWS1/CL_IVSRECORDINGCONFSUMM

Summary information about a RecordingConfiguration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_arn TYPE /AWS1/IVSRECORDINGCONFARN /AWS1/IVSRECORDINGCONFARN

Recording-configuration ARN.

io_destinationconfiguration TYPE REF TO /AWS1/CL_IVSDESTINATIONCONF /AWS1/CL_IVSDESTINATIONCONF

A complex type that contains information about where recorded video will be stored.

iv_state TYPE /AWS1/IVSRECORDINGCONFSTATE /AWS1/IVSRECORDINGCONFSTATE

Indicates the current state of the recording configuration. When the state is ACTIVE, the configuration is ready for recording a channel stream.

Optional arguments:

iv_name TYPE /AWS1/IVSRECORDINGCONFNAME /AWS1/IVSRECORDINGCONFNAME

Recording-configuration name. The value does not need to be unique.

it_tags TYPE /AWS1/CL_IVSTAGS_W=>TT_TAGS TT_TAGS

Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.


Queryable Attributes

arn

Recording-configuration ARN.

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

Recording-configuration name. The value does not need to be unique.

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

destinationConfiguration

A complex type that contains information about where recorded video will be stored.

Accessible with the following methods

Method Description
GET_DESTINATIONCONFIGURATION() Getter for DESTINATIONCONFIGURATION

state

Indicates the current state of the recording configuration. When the state is ACTIVE, the configuration is ready for recording a channel stream.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

tags

Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints 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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RECORDINGCONFIGURATIONLIST

TYPES TT_RECORDINGCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IVSRECORDINGCONFSUMM WITH DEFAULT KEY
.