Skip to main content

configuration_policies_list_only

Lists configuration_policies in a region or regions, for all properties use configuration_policies

Overview

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

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.
tagsobjectA key-value pair to associate with a resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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