CfnResourceCollectionProps

class aws_cdk.aws_devopsguru.CfnResourceCollectionProps(*, resource_collection_filter)

Bases: object

Properties for defining a CfnResourceCollection.

Parameters:

resource_collection_filter (Union[IResolvable, ResourceCollectionFilterProperty, Dict[str, Any]]) – Information about a filter used to specify which AWS resources are analyzed for anomalous behavior by DevOps Guru.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsguru-resourcecollection.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_devopsguru as devopsguru

cfn_resource_collection_props = devopsguru.CfnResourceCollectionProps(
    resource_collection_filter=devopsguru.CfnResourceCollection.ResourceCollectionFilterProperty(
        cloud_formation=devopsguru.CfnResourceCollection.CloudFormationCollectionFilterProperty(
            stack_names=["stackNames"]
        ),
        tags=[devopsguru.CfnResourceCollection.TagCollectionProperty(
            app_boundary_key="appBoundaryKey",
            tag_values=["tagValues"]
        )]
    )
)

Attributes

resource_collection_filter

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devopsguru-resourcecollection.html#cfn-devopsguru-resourcecollection-resourcecollectionfilter