---
title: "GET /associations#SecurityControlId"
method: GET
path: "/associations#SecurityControlId"
---

# GET /associations#SecurityControlId

`GET /associations#SecurityControlId`

Specifies whether a control is currently enabled or disabled in each enabled standard in the calling account.

## Query parameters

- `SecurityControlId` string, required
- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListStandardsControlAssociationsResponse
  - `StandardsControlAssociationSummaries` StandardsControlAssociationSummary[], required — An array that provides the enablement status and other details for each security control that applies to each enabled standard.
    - `StandardsArn` string, required — The Amazon Resource Name (ARN) of a standard.
    - `SecurityControlId` string, required — A unique standard-agnostic identifier for a control. Values for this field typically consist of an Amazon Web Service and a number, such as APIGateway.5. This field doesn't reference a specific standard.
    - `SecurityControlArn` string, required — The ARN of a control, such as <code>arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1</code>. This parameter doesn't mention a specific standard.
    - `AssociationStatus` 'ENABLED' | 'DISABLED', required — The enablement status of a control in a specific standard.
    - `RelatedRequirements` NonEmptyString[] — The requirement that underlies this control in the compliance framework related to the standard.
    - `UpdatedAt` string, date-time — The last time that a control's enablement status in a specified standard was updated.
    - `UpdatedReason` string — The reason for updating the control's enablement status in a specified standard.
    - `StandardsControlTitle` string — The title of a control.
    - `StandardsControlDescription` string — 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.
  - `NextToken` string — A pagination parameter that's included in the response only if it was included in the request.

## Other responses

- `480` — InternalException
- `481` — LimitExceededException
- `482` — InvalidAccessException
- `483` — InvalidInputException

---

[API](https://skmtc.net/aws/apis/securityhub.md) · [All operations](https://skmtc.net/aws/apis/securityhub/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/securityhub/versions/72336a39f336/schema)
