Control

class Control

A control in Audit Manager.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The recommended actions to carry out if the control isn't fulfilled.

Link copied to clipboard

The title of the action plan for remediating the control.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the control.

Link copied to clipboard

The data mapping sources for the control.

Link copied to clipboard

The data source types that determine where Audit Manager collects evidence from for the control.

Link copied to clipboard

The time when the control was created.

Link copied to clipboard

The user or role that created the control.

Link copied to clipboard

The description of the control.

Link copied to clipboard
val id: String?

The unique identifier for the control.

Link copied to clipboard

The time when the control was most recently updated.

Link copied to clipboard

The user or role that most recently updated the control.

Link copied to clipboard
val name: String?

The name of the control.

Link copied to clipboard

The state of the control. The END_OF_SUPPORT state is applicable to standard controls only. This state indicates that the standard control can still be used to collect evidence, but Audit Manager is no longer updating or maintaining that control.

Link copied to clipboard

The tags associated with the control.

Link copied to clipboard

The steps that you should follow to determine if the control has been satisfied.

Link copied to clipboard

Specifies whether the control is a standard control or a custom control.

Functions

Link copied to clipboard
inline fun copy(block: Control.Builder.() -> Unit = {}): Control
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String