v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1461972964.4 KB

Returns a list of the standards that are currently enabled.

post/standards/get

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Request body

StandardsSubscriptionArnsNonEmptyString[]

The list of the standards subscription ARNs for the standards to retrieve.

NextTokenstring
<p>The token that is required for pagination. On your first call to the <code>GetEnabledStandards</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p>
MaxResultsinteger

The maximum number of results to return in the response.

Response

Success

NextTokenstring

The pagination token to use to request the next page of results.

Example response

{
  "StandardsSubscriptions": [
    {
      "StandardsArn": "arn:aws:securityhub:us-west-1::standards/pci-dss/v/3.2.1",
      "StandardsInput": {},
      "StandardsStatus": "READY",
      "StandardsSubscriptionArn": "arn:aws:securityhub:us-west-1:123456789012:subscription/pci-dss/v/3.2.1"
    }
  ]
}