Evidence

class Evidence

A record that contains the information needed to demonstrate compliance with the requirements specified by a control. Examples of evidence include change activity invoked by a user, or a system configuration snapshot.

Types

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

Properties

Link copied to clipboard

Specifies whether the evidence is included in the assessment report.

Link copied to clipboard

The names and values that are used by the evidence event. This includes an attribute name (such as allowUsersToChangePassword) and value (such as true or false).

Link copied to clipboard

The identifier for the Amazon Web Services account.

Link copied to clipboard

The Amazon Web Services account that the evidence is collected from, and its organization path.

Link copied to clipboard

The evaluation status for automated evidence that falls under the compliance check category.

Link copied to clipboard

The data source where the evidence was collected from.

Link copied to clipboard

The name of the evidence event.

Link copied to clipboard

The Amazon Web Services service that the evidence is collected from.

Link copied to clipboard

The identifier for the Amazon Web Services account.

Link copied to clipboard

The type of automated evidence.

Link copied to clipboard

The identifier for the folder that the evidence is stored in.

Link copied to clipboard

The unique identifier for the user or role that's associated with the evidence.

Link copied to clipboard
val id: String?

The identifier for the evidence.

Link copied to clipboard

The list of resources that are assessed to generate the evidence.

Link copied to clipboard

The timestamp that represents when the evidence was collected.

Functions

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