AWS::DevOpsGuru::ResourceCollectionA 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 { CfnResourceCollection } from 'aws-cdk-lib/aws-devopsguru';Or use the module namespace:
import * as devopsguru from 'aws-cdk-lib/aws-devopsguru';
// devopsguru.CfnResourceCollectionConfiguration passed to the constructor as CfnResourceCollectionProps.
resourceCollectionFilterRequiredIResolvable | ResourceCollectionFilterPropertyInformation about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-devopsguruAWS::DevOpsGuru::ResourceCollection