Skip to main content

configuration_policy_tags

Expands all tag keys and values for configuration_policies in a region

Overview

Nameconfiguration_policy_tags
TypeResource
DescriptionThe AWS::SecurityHub::ConfigurationPolicy resource represents the Central Configuration Policy in your account.
Idaws.securityhub.configuration_policy_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the configuration policy.
namestringThe name of the configuration policy.
descriptionstringThe description of the configuration policy.
configuration_policyobjectAn object that defines how Security Hub is configured.
idstringThe universally unique identifier (UUID) of the configuration policy.
created_atstringThe date and time, in UTC and ISO 8601 format.
updated_atstringThe date and time, in UTC and ISO 8601 format.
service_enabledbooleanIndicates whether the service that the configuration policy applies to is enabled in the policy.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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