Skip to main content

standard

Gets an individual standard resource

Overview

Namestandard
TypeResource
Descriptionstandard
Idawscc.securityhub.standard

Fields

NameDatatypeDescription
standards_subscription_arnstring
standards_arnstringThe ARN of the standard that you want to enable. To view a list of available ASH standards and their ARNs, use the [DescribeStandards](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html) API operation.
disabled_standards_controlsarraySpecifies which controls are to be disabled in a standard. <br/> *Maximum*: ``100``
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
standards_subscription_arn,
standards_arn,
disabled_standards_controls
FROM awscc.securityhub.standard
WHERE data__Identifier = '<StandardsSubscriptionArn>';

Permissions

To operate on the standard resource, the following permissions are required:

Read

securityhub:GetEnabledStandards,
securityhub:DescribeStandardsControls

Update

securityhub:GetEnabledStandards,
securityhub:UpdateStandardsControl

Delete

securityhub:GetEnabledStandards,
securityhub:BatchDisableStandards