Skip to content

/AWS1/CL_IVRSTORAGECONF

A complex type that describes a location where recorded videos will be stored.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_ARN TYPE /AWS1/IVRSTORAGECONFARN /AWS1/IVRSTORAGECONFARN

ARN of the storage configuration.

Optional arguments:

IV_NAME TYPE /AWS1/IVRSTORAGECONFNAME /AWS1/IVRSTORAGECONFNAME

Name of the storage configuration.

IO_S3 TYPE REF TO /AWS1/CL_IVRS3STORAGECONF /AWS1/CL_IVRS3STORAGECONF

An S3 destination configuration where recorded videos will be stored.

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 storage configuration.

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

Name of the storage configuration.

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

s3

An S3 destination configuration where recorded videos will be stored.

Accessible with the following methods

Method Description
GET_S3() Getter for S3

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