Values.StandardsControlAssociationSummarySourceAn array that provides the enablement status and other details for each control that applies to each enabled standard.
type nonrec t = {standardsArn : NonEmptyString.t option;The Amazon Resource Name (ARN) of a standard.
*)securityControlId : NonEmptyString.t option;A unique standard-agnostic identifier for a control. Values for this field typically consist of an Amazon Web Services service and a number, such as APIGateway.5. This field doesn't reference a specific standard.
*)securityControlArn : NonEmptyString.t option;The ARN of a control, such as arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. This parameter doesn't mention a specific standard.
*)associationStatus : AssociationStatus.t option;The enablement status of a control in a specific standard.
*)updatedAt : Timestamp.t option;The last time that a control's enablement status in a specified standard was updated.
*)updatedReason : NonEmptyString.t option;The reason for updating a control's enablement status in a specified standard.
*)standardsControlTitle : NonEmptyString.t option;The title of a control.
*)standardsControlDescription : NonEmptyString.t option;The description of a control. This typically summarizes how Security Hub CSPM evaluates the control and the conditions under which it produces a failed finding. The parameter may reference a specific standard.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t
| `Timestamp of Timestamp.t ])
list ]