StandardsControlAssociationDetail
Provides details about a control's enablement status in a specified standard.
Contents
- AssociationStatus
-
Specifies whether a control is enabled or disabled in a specified standard.
Type: String
Valid Values:
ENABLED | DISABLED
Required: Yes
- SecurityControlArn
-
The ARN of a security control across standards, 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
-
The unique identifier of a security control across standards. Values for this field typically consist of an AWS service name and a number, such as APIGateway.3.
Type: String
Pattern:
.*\S.*
Required: Yes
- StandardsArn
-
The Amazon Resource Name (ARN) of a security standard.
Type: String
Pattern:
.*\S.*
Required: Yes
- RelatedRequirements
-
The requirement that underlies a control in the compliance framework related to the standard.
Type: Array of strings
Pattern:
.*\S.*
Required: No
- StandardsControlArns
-
Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API. This API can be used to enable or disable a control in a specified 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. This parameter may reference a specific standard.
Type: String
Pattern:
.*\S.*
Required: No
- StandardsControlTitle
-
The title of a control. This field may reference a specific standard.
Type: String
Pattern:
.*\S.*
Required: No
- UpdatedAt
-
The time at which the enablement status of the control in the specified standard was last updated.
Type: Timestamp
Required: No
- UpdatedReason
-
The reason for updating the enablement status of a control 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: