standards_list_only
Lists standards
in a region or regions, for all properties use standards
Overview
Name | standards_list_only |
Type | Resource |
Description | The AWS::SecurityHub::Standard resource specifies the enablement of a security standard. The standard is identified by the StandardsArn property. To view a list of ASH standards and their Amazon Resource Names (ARNs), use the [DescribeStandards](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html) API operation.You must create a separate AWS::SecurityHub::Standard resource for each standard that you want to enable.For more information about ASH standards, see [standards reference](https://docs.aws.amazon.com/securityhub/latest/userguide/standards-reference.html) in the *User Guide*. |
Id | aws.securityhub.standards_list_only |
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. *Maximum*: 100 |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all standards
in a region.
SELECT
region,
standards_subscription_arn
FROM aws.securityhub.standards_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the standards_list_only
resource, see standards