standard
Gets an individual standard
resource
Overview
Name | standard |
Type | Resource |
Description | standard |
Id | awscc.securityhub.standard |
Fields
Name | Datatype | Description |
---|---|---|
standards_subscription_arn | string | |
standards_arn | string | The 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_controls | array | Specifies which controls are to be disabled in a standard. <br/> *Maximum*: ``100`` |
region | string | AWS 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