StandardsControlAssociationSummary
An array that provides the enablement status and other details for each control that applies to each enabled standard.
Contents
- AssociationStatus
-
The enablement status of a control in a specific standard.
Type: String
Valid Values:
ENABLED | DISABLED
Required: Yes
- SecurityControlArn
-
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.Type: String
Pattern:
.*\S.*
Required: Yes
- SecurityControlId
-
A unique standard-agnostic identifier for a control. Values for this field typically consist of an AWS service and a number, such as APIGateway.5. This field doesn't reference a specific standard.
Type: String
Pattern:
.*\S.*
Required: Yes
- StandardsArn
-
The Amazon Resource Name (ARN) of a standard.
Type: String
Pattern:
.*\S.*
Required: Yes
- RelatedRequirements
-
The requirement that underlies this control in the compliance framework related to the standard.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- StandardsControlDescription
-
The description of a control. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. The parameter may reference a specific standard.
Type: String
Pattern:
.*\S.*
Required: No
- StandardsControlTitle
-
The title of a control.
Type: String
Pattern:
.*\S.*
Required: No
- UpdatedAt
-
The last time that a control's enablement status in a specified standard was updated.
Type: Timestamp
Required: No
- UpdatedReason
-
The reason for updating a control's enablement status in a specified standard.
Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: