aws.securityhub.get_enabled_standards
Example SQL Queries
SELECT * FROMaws.securityhub.get_enabled_standards;Description
Returns a list of the standards that are currently enabled.
Table Definition
| Column Name | Column Data Type |
|---|---|
| standards_subscription_arns Input Column The list of the standards subscription ARNs for the standards to retrieve. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| standards_arn The ARN of a standard. | VARCHAR |
| standards_input A key-value pair of input for the standard. | MAP(VARCHAR, VARCHAR) |
| standards_status The status of the standard subscription. The status values are as follows:
| VARCHAR |
| standards_status_reason The reason for the current status. | STRUCT( |
Show child fields
| |
| standards_subscription_arn The ARN of a resource that represents your subscription to a supported standard. | VARCHAR |