aws.securityhub.describe_standards
Example SQL Queries
SELECT * FROMaws.securityhub.describe_standards;Description
Returns a list of the available standards in Security Hub.
For each standard, the results include the standard ARN, the name, and a description.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| description A description of the standard. | VARCHAR |
| enabled_by_default Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default. When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false. | BOOLEAN |
| name The name of the standard. | VARCHAR |
| standards_arn The ARN of a standard. | VARCHAR |
| standards_managed_by Provides details about the management of a standard. | STRUCT( |
Show child fields
| |