AssessmentFrameworkMetadata

The metadata that's associated with a standard framework or a custom framework.

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 new custom framework supports, such as CIS or HIPAA.

Link copied to clipboard

The number of controls that are associated with the framework.

Link copied to clipboard

The number of control sets that are associated with the framework.

Link copied to clipboard

The time when the framework was created.

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
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 framework type, such as a standard framework or a custom framework.

Functions

Link copied to clipboard
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