aws.fms.list_policies
Example SQL Queries
SELECT * FROMaws.fms.list_policies;Description
Returns an array of PolicySummary objects.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| delete_unused_fm_managed_resources Indicates whether Firewall Manager should automatically remove protections from resources that leave the policy scope and clean up resources that Firewall Manager is managing for accounts when those accounts leave policy scope. For example, Firewall Manager will disassociate a Firewall Manager managed web ACL from a protected customer resource when the customer resource leaves policy scope. By default, Firewall Manager doesn't remove protections or delete Firewall Manager managed resources. This option is not available for Shield Advanced or WAF Classic policies. | BOOLEAN |
| policy_arn The Amazon Resource Name (ARN) of the specified policy. | VARCHAR |
| policy_id The ID of the specified policy. | VARCHAR |
| policy_name The name of the specified policy. | VARCHAR |
| policy_status Indicates whether the policy is in or out of an admin's policy or Region scope.
| VARCHAR |
| remediation_enabled Indicates if the policy should be automatically applied to new resources. | BOOLEAN |
| resource_type The type of resource protected by or in scope of the policy. This is in the format shown in the Amazon Web Services Resource Types Reference. | VARCHAR |
| security_service_type The service that the policy is using to protect the resources. This specifies the type of policy that is created, either an WAF policy, a Shield Advanced policy, or a security group policy. | VARCHAR |