configuration_policies_list_only
Lists configuration_policies
in a region or regions, for all properties use configuration_policies
Overview
Name | configuration_policies_list_only |
Type | Resource |
Description | The AWS::SecurityHub::ConfigurationPolicy resource represents the Central Configuration Policy in your account. |
Id | aws.securityhub.configuration_policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the configuration policy. |
name | string | The name of the configuration policy. |
description | string | The description of the configuration policy. |
configuration_policy | object | An object that defines how Security Hub is configured. |
id | string | The universally unique identifier (UUID) of the configuration policy. |
created_at | string | The date and time, in UTC and ISO 8601 format. |
updated_at | string | The date and time, in UTC and ISO 8601 format. |
service_enabled | boolean | Indicates whether the service that the configuration policy applies to is enabled in the policy. |
tags | object | A key-value pair to associate with a resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all configuration_policies
in a region.
SELECT
region,
arn
FROM aws.securityhub.configuration_policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configuration_policies_list_only
resource, see configuration_policies