Skip to content

/AWS1/CL_IVCLOGGINGCONFSUMMARY

Summary information about a logging configuration.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ARN TYPE /AWS1/IVCLOGGINGCONFARN /AWS1/IVCLOGGINGCONFARN

Logging-configuration ARN.

IV_ID TYPE /AWS1/IVCLOGGINGCONFID /AWS1/IVCLOGGINGCONFID

Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.

IV_CREATETIME TYPE /AWS1/IVCTIME /AWS1/IVCTIME

Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.

IV_UPDATETIME TYPE /AWS1/IVCTIME /AWS1/IVCTIME

Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.

IV_NAME TYPE /AWS1/IVCLOGGINGCONFNAME /AWS1/IVCLOGGINGCONFNAME

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

IO_DESTINATIONCONFIGURATION TYPE REF TO /AWS1/CL_IVCDESTINATIONCONF /AWS1/CL_IVCDESTINATIONCONF

A complex type that contains a destination configuration for where chat content will be logged.

IV_STATE TYPE /AWS1/IVCLOGGINGCONFSTATE /AWS1/IVCLOGGINGCONFSTATE

The state of the logging configuration. When this is ACTIVE, the configuration is ready for logging chat content.

IT_TAGS TYPE /AWS1/CL_IVCTAGS_W=>TT_TAGS TT_TAGS

Tags to attach to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented there.


Queryable Attributes

arn

Logging-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

id

Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

createTime

Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME, with configurable default
ASK_CREATETIME() Getter for CREATETIME w/ exceptions if field has no value
HAS_CREATETIME() Determine if CREATETIME has a value

updateTime

Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.

Accessible with the following methods

Method Description
GET_UPDATETIME() Getter for UPDATETIME, with configurable default
ASK_UPDATETIME() Getter for UPDATETIME w/ exceptions if field has no value
HAS_UPDATETIME() Determine if UPDATETIME has a value

name

Logging-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 a destination configuration for where chat content will be logged.

Accessible with the following methods

Method Description
GET_DESTINATIONCONFIGURATION() Getter for DESTINATIONCONFIGURATION

state

The state of the logging configuration. When this is ACTIVE, the configuration is ready for logging chat content.

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 to attach to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat 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

Public Local Types In This Class

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

TT_LOGGINGCONFIGURATIONLIST

TYPES TT_LOGGINGCONFIGURATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IVCLOGGINGCONFSUMMARY WITH DEFAULT KEY
.