StandardsControl

data class StandardsControl(val reason: String? = null, val standardsControlArn: String)

Provides details about an individual security control. For a list of ASH controls, see controls reference in the User Guide.

Constructors

Link copied to clipboard
constructor(reason: String? = null, standardsControlArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val reason: String? = null

A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.

Link copied to clipboard

The Amazon Resource Name (ARN) of the control.