/AWS1/CL_IOTLOGGINGOPTSPAYLOAD¶
Describes the logging options payload.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_rolearn TYPE /AWS1/IOTAWSARN /AWS1/IOTAWSARN¶
The ARN of the IAM role that grants access.
Optional arguments:¶
iv_loglevel TYPE /AWS1/IOTLOGLEVEL /AWS1/IOTLOGLEVEL¶
The log level.
Queryable Attributes¶
roleArn¶
The ARN of the IAM role that grants access.
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 |
logLevel¶
The log level.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGLEVEL() |
Getter for LOGLEVEL, with configurable default |
ASK_LOGLEVEL() |
Getter for LOGLEVEL w/ exceptions if field has no value |
HAS_LOGLEVEL() |
Determine if LOGLEVEL has a value |