GetStandardsControlAssociationsStandardsControlAssociation

data class GetStandardsControlAssociationsStandardsControlAssociation(val associationStatus: String, val relatedRequirements: List<String>, val securityControlArn: String, val securityControlId: String, val standardsArn: String, val standardsControlDescription: String, val standardsControlTitle: String, val updatedAt: String, val updatedReason: String)

Constructors

constructor(associationStatus: String, relatedRequirements: List<String>, securityControlArn: String, securityControlId: String, standardsArn: String, standardsControlDescription: String, standardsControlTitle: String, updatedAt: String, updatedReason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enablement status of a control in a specific standard.

Link copied to clipboard

List of underlying requirements in the compliance framework related to the standard.

Link copied to clipboard

ARN of the security control.

Link copied to clipboard

The identifier of the control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters).

Link copied to clipboard

ARN of the standard.

Link copied to clipboard

Description of the standard.

Link copied to clipboard

Title of the standard.

Link copied to clipboard

Last time that a control's enablement status in a specified standard was updated.

Link copied to clipboard

Reason for updating a control's enablement status in a specified standard.