---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_devopsguru_resource_collection Resource - terraform-provider-awscc"
subcategory: ""
description: |-
This resource schema represents the ResourceCollection resource in the Amazon DevOps Guru.
---
# awscc_devopsguru_resource_collection (Resource)
This resource schema represents the ResourceCollection resource in the Amazon DevOps Guru.
## Schema
### Required
- `resource_collection_filter` (Attributes) Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru. (see [below for nested schema](#nestedatt--resource_collection_filter))
### Read-Only
- `id` (String) Uniquely identifies the resource.
- `resource_collection_type` (String) The type of ResourceCollection
### Nested Schema for `resource_collection_filter`
Required:
- `cloudformation` (Attributes) CloudFormation resource for DevOps Guru to monitor (see [below for nested schema](#nestedatt--resource_collection_filter--cloudformation))
- `tags` (Attributes List) Tagged resources for DevOps Guru to monitor (see [below for nested schema](#nestedatt--resource_collection_filter--tags))
### Nested Schema for `resource_collection_filter.cloudformation`
Required:
- `stack_names` (List of String) An array of CloudFormation stack names.
### Nested Schema for `resource_collection_filter.tags`
Required:
- `app_boundary_key` (String) A Tag key for DevOps Guru app boundary.
- `tag_values` (List of String) Tag values of DevOps Guru app boundary.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_devopsguru_resource_collection.example
```