Standard

class Standard

Provides information about a specific security standard.

Types

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

Properties

Link copied to clipboard

A description of the standard.

Link copied to clipboard

Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.

Link copied to clipboard
val name: String?

The name of the standard.

Link copied to clipboard

The ARN of a standard.

Link copied to clipboard

Provides details about the management of a standard.

Functions

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