---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_devopsguru_resource_collection Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::DevOpsGuru::ResourceCollection
---
# awscc_devopsguru_resource_collection (Data Source)
Data Source schema for AWS::DevOpsGuru::ResourceCollection
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `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))
- `resource_collection_type` (String) The type of ResourceCollection
### Nested Schema for `resource_collection_filter`
Read-Only:
- `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`
Read-Only:
- `stack_names` (List of String) An array of CloudFormation stack names.
### Nested Schema for `resource_collection_filter.tags`
Read-Only:
- `app_boundary_key` (String) A Tag key for DevOps Guru app boundary.
- `tag_values` (List of String) Tag values of DevOps Guru app boundary.