AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DevOpsGuru::ResourceCollection

CfnResourceCollection

A collection of AWS resources supported by DevOps Guru. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only the AWS resources that are defined in the stacks.

Import

import { CfnResourceCollection } from 'aws-cdk-lib/aws-devopsguru';

Or use the module namespace:

import * as devopsguru from 'aws-cdk-lib/aws-devopsguru';
// devopsguru.CfnResourceCollection

Properties

Configuration passed to the constructor as CfnResourceCollectionProps.

resourceCollectionFilterRequired
IResolvable | ResourceCollectionFilterProperty

Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-devopsguru
CFN TypeAWS::DevOpsGuru::ResourceCollection
Properties1

External Links