Skip to content

/AWS1/CL_IOTDESCRSCHDDAUDITRSP

DescribeScheduledAuditResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_frequency TYPE /AWS1/IOTAUDITFREQUENCY /AWS1/IOTAUDITFREQUENCY

How often the scheduled audit takes place, either one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY. The start time of each audit is determined by the system.

iv_dayofmonth TYPE /AWS1/IOTDAYOFMONTH /AWS1/IOTDAYOFMONTH

The day of the month on which the scheduled audit takes place. This is will be 1 through 31 or LAST. If days 29-31 are specified, and the month does not have that many days, the audit takes place on the LAST day of the month.

iv_dayofweek TYPE /AWS1/IOTDAYOFWEEK /AWS1/IOTDAYOFWEEK

The day of the week on which the scheduled audit takes place, either one of SUN, MON, TUE, WED, THU, FRI, or SAT.

it_targetchecknames TYPE /AWS1/CL_IOTTGTAUDCHECKNAMES_W=>TT_TARGETAUDITCHECKNAMES TT_TARGETAUDITCHECKNAMES

Which checks are performed during the scheduled audit. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)

iv_scheduledauditname TYPE /AWS1/IOTSCHEDULEDAUDITNAME /AWS1/IOTSCHEDULEDAUDITNAME

The name of the scheduled audit.

iv_scheduledauditarn TYPE /AWS1/IOTSCHEDULEDAUDITARN /AWS1/IOTSCHEDULEDAUDITARN

The ARN of the scheduled audit.


Queryable Attributes

frequency

How often the scheduled audit takes place, either one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY. The start time of each audit is determined by the system.

Accessible with the following methods

Method Description
GET_FREQUENCY() Getter for FREQUENCY, with configurable default
ASK_FREQUENCY() Getter for FREQUENCY w/ exceptions if field has no value
HAS_FREQUENCY() Determine if FREQUENCY has a value

dayOfMonth

The day of the month on which the scheduled audit takes place. This is will be 1 through 31 or LAST. If days 29-31 are specified, and the month does not have that many days, the audit takes place on the LAST day of the month.

Accessible with the following methods

Method Description
GET_DAYOFMONTH() Getter for DAYOFMONTH, with configurable default
ASK_DAYOFMONTH() Getter for DAYOFMONTH w/ exceptions if field has no value
HAS_DAYOFMONTH() Determine if DAYOFMONTH has a value

dayOfWeek

The day of the week on which the scheduled audit takes place, either one of SUN, MON, TUE, WED, THU, FRI, or SAT.

Accessible with the following methods

Method Description
GET_DAYOFWEEK() Getter for DAYOFWEEK, with configurable default
ASK_DAYOFWEEK() Getter for DAYOFWEEK w/ exceptions if field has no value
HAS_DAYOFWEEK() Determine if DAYOFWEEK has a value

targetCheckNames

Which checks are performed during the scheduled audit. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)

Accessible with the following methods

Method Description
GET_TARGETCHECKNAMES() Getter for TARGETCHECKNAMES, with configurable default
ASK_TARGETCHECKNAMES() Getter for TARGETCHECKNAMES w/ exceptions if field has no va
HAS_TARGETCHECKNAMES() Determine if TARGETCHECKNAMES has a value

scheduledAuditName

The name of the scheduled audit.

Accessible with the following methods

Method Description
GET_SCHEDULEDAUDITNAME() Getter for SCHEDULEDAUDITNAME, with configurable default
ASK_SCHEDULEDAUDITNAME() Getter for SCHEDULEDAUDITNAME w/ exceptions if field has no
HAS_SCHEDULEDAUDITNAME() Determine if SCHEDULEDAUDITNAME has a value

scheduledAuditArn

The ARN of the scheduled audit.

Accessible with the following methods

Method Description
GET_SCHEDULEDAUDITARN() Getter for SCHEDULEDAUDITARN, with configurable default
ASK_SCHEDULEDAUDITARN() Getter for SCHEDULEDAUDITARN w/ exceptions if field has no v
HAS_SCHEDULEDAUDITARN() Determine if SCHEDULEDAUDITARN has a value