aws.securityhub.list_configuration_policies
Example SQL Queries
SELECT * FROMaws.securityhub.list_configuration_policies;Description
Lists the configuration policies that the Security Hub delegated administrator has created for your organization. Only the delegated administrator can invoke this operation from the home Region.
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 |
| arn The Amazon Resource Name (ARN) of the configuration policy. | VARCHAR |
| description The description of the configuration policy. | VARCHAR |
| id The universally unique identifier (UUID) of the configuration policy. | VARCHAR |
| name The name of the configuration policy. Alphanumeric characters and the following ASCII characters are permitted: -, ., !, *, /. | VARCHAR |
| service_enabled Indicates whether the service that the configuration policy applies to is enabled in the policy. | BOOLEAN |
| updated_at The date and time, in UTC and ISO 8601 format, that the configuration policy was last updated. | TIMESTAMP_S |