configuration_policy_tags
Expands all tag keys and values for configuration_policies
in a region
Overview
Name | configuration_policy_tags |
Type | Resource |
Description | The AWS::SecurityHub::ConfigurationPolicy resource represents the Central Configuration Policy in your account. |
Id | aws.securityhub.configuration_policy_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all configuration_policies
in a region.
SELECT
region,
arn,
name,
description,
configuration_policy,
id,
created_at,
updated_at,
service_enabled,
tag_key,
tag_value
FROM aws.securityhub.configuration_policy_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configuration_policy_tags
resource, see configuration_policies