---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_fms_policy Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Creates an AWS Firewall Manager policy.
---
# awscc_fms_policy (Resource)
Creates an AWS Firewall Manager policy.
## Schema
### Required
- `exclude_resource_tags` (Boolean)
- `policy_name` (String)
- `remediation_enabled` (Boolean)
- `resource_type` (String) An AWS resource type
- `security_service_policy_data` (Attributes) (see [below for nested schema](#nestedatt--security_service_policy_data))
### Optional
- `delete_all_policy_resources` (Boolean)
- `exclude_map` (Attributes) An FMS includeMap or excludeMap. (see [below for nested schema](#nestedatt--exclude_map))
- `include_map` (Attributes) An FMS includeMap or excludeMap. (see [below for nested schema](#nestedatt--include_map))
- `resource_tags` (Attributes List) (see [below for nested schema](#nestedatt--resource_tags))
- `resource_type_list` (List of String)
- `resources_clean_up` (Boolean)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) A resource ARN.
- `id` (String) The ID of this resource.
### Nested Schema for `security_service_policy_data`
Required:
- `managed_service_data` (String)
- `type` (String)
### Nested Schema for `exclude_map`
Optional:
- `account` (List of String)
- `orgunit` (List of String)
### Nested Schema for `include_map`
Optional:
- `account` (List of String)
- `orgunit` (List of String)
### Nested Schema for `resource_tags`
Optional:
- `key` (String)
- `value` (String)
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_fms_policy.example
```