Skip to content

/AWS1/CL_IOTGETV2LOGOPTSRSP

GetV2LoggingOptionsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_rolearn TYPE /AWS1/IOTAWSARN /AWS1/IOTAWSARN

The IAM role ARN IoT uses to write to your CloudWatch logs.

iv_defaultloglevel TYPE /AWS1/IOTLOGLEVEL /AWS1/IOTLOGLEVEL

The default log level.

iv_disablealllogs TYPE /AWS1/IOTDISABLEALLLOGS /AWS1/IOTDISABLEALLLOGS

Disables all logs.

it_eventconfigurations TYPE /AWS1/CL_IOTLOGEVENTCONF=>TT_LOGEVENTCONFIGURATIONS TT_LOGEVENTCONFIGURATIONS

The list of event configurations that override account-level logging.


Queryable Attributes

roleArn

The IAM role ARN IoT uses to write to your CloudWatch logs.

Accessible with the following methods

Method Description
GET_ROLEARN() Getter for ROLEARN, with configurable default
ASK_ROLEARN() Getter for ROLEARN w/ exceptions if field has no value
HAS_ROLEARN() Determine if ROLEARN has a value

defaultLogLevel

The default log level.

Accessible with the following methods

Method Description
GET_DEFAULTLOGLEVEL() Getter for DEFAULTLOGLEVEL, with configurable default
ASK_DEFAULTLOGLEVEL() Getter for DEFAULTLOGLEVEL w/ exceptions if field has no val
HAS_DEFAULTLOGLEVEL() Determine if DEFAULTLOGLEVEL has a value

disableAllLogs

Disables all logs.

Accessible with the following methods

Method Description
GET_DISABLEALLLOGS() Getter for DISABLEALLLOGS

eventConfigurations

The list of event configurations that override account-level logging.

Accessible with the following methods

Method Description
GET_EVENTCONFIGURATIONS() Getter for EVENTCONFIGURATIONS, with configurable default
ASK_EVENTCONFIGURATIONS() Getter for EVENTCONFIGURATIONS w/ exceptions if field has no
HAS_EVENTCONFIGURATIONS() Determine if EVENTCONFIGURATIONS has a value