Framework

class Framework

The file that's used to structure and automate Audit Manager assessments for a given compliance standard.

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 framework.

Link copied to clipboard

The compliance type that the framework supports, such as CIS or HIPAA.

Link copied to clipboard

The control sets that are associated with the framework.

Link copied to clipboard

The control data sources where Audit Manager collects evidence from.

Link copied to clipboard

The time when the framework was created.

Link copied to clipboard

The user or role that created the framework.

Link copied to clipboard

The description of the framework.

Link copied to clipboard
val id: String?

The unique identifier for the framework.

Link copied to clipboard

The time when the framework was most recently updated.

Link copied to clipboard

The user or role that most recently updated the framework.

Link copied to clipboard
val logo: String?

The logo that's associated with the framework.

Link copied to clipboard
val name: String?

The name of the framework.

Link copied to clipboard

The tags that are associated with the framework.

Link copied to clipboard

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

Functions

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