---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_inspector_assessment_template Resource - terraform-provider-awscc"
subcategory: ""
description: |-
  Resource Type definition for AWS::Inspector::AssessmentTemplate
---

# awscc_inspector_assessment_template (Resource)

Resource Type definition for AWS::Inspector::AssessmentTemplate



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `assessment_target_arn` (String)
- `duration_in_seconds` (Number)
- `rules_package_arns` (List of String)

### Optional

- `assessment_template_name` (String)
- `user_attributes_for_findings` (Attributes List) (see [below for nested schema](#nestedatt--user_attributes_for_findings))

### Read-Only

- `arn` (String)
- `id` (String) Uniquely identifies the resource.

<a id="nestedatt--user_attributes_for_findings"></a>
### Nested Schema for `user_attributes_for_findings`

Optional:

- `key` (String)
- `value` (String)

## Import

Import is supported using the following syntax:

```shell
$ terraform import awscc_inspector_assessment_template.example <resource ID>
```