policies_list_only
Lists policies
in a region or regions, for all properties use policies
Overview
Name | policies_list_only |
Type | Resource |
Description | Creates an AWS Firewall Manager policy. |
Id | aws.fms.policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
exclude_map | object | An FMS includeMap or excludeMap. |
exclude_resource_tags | boolean | |
include_map | object | An FMS includeMap or excludeMap. |
id | string | |
policy_name | string | |
policy_description | string | |
remediation_enabled | boolean | |
resource_tags | array | |
resource_type | string | An AWS resource type |
resource_type_list | array | |
resource_set_ids | array | |
security_service_policy_data | object | Firewall security service policy data. |
arn | string | A resource ARN. |
delete_all_policy_resources | boolean | |
resources_clean_up | boolean | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all policies
in a region.
SELECT
region,
id
FROM aws.fms.policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the policies_list_only
resource, see policies