ControlMetadata

The metadata that's associated with the standard control or custom control.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the control.

Link copied to clipboard

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

Link copied to clipboard

The time when the control was created.

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
val name: String?

The name of the control.

Functions

Link copied to clipboard
inline fun copy(block: ControlMetadata.Builder.() -> Unit = {}): ControlMetadata
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