CfnResourceCollectionMixinProps

class aws_cdk.mixins_preview.aws_devopsguru.mixins.CfnResourceCollectionMixinProps(*, resource_collection_filter=None)

Bases: object

Properties for CfnResourceCollectionPropsMixin.

Parameters:

resource_collection_filter (Union[IResolvable, ResourceCollectionFilterProperty, Dict[str, Any], None]) – 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.mixins_preview.aws_devopsguru import mixins as devopsguru_mixins

cfn_resource_collection_mixin_props = devopsguru_mixins.CfnResourceCollectionMixinProps(
    resource_collection_filter=devopsguru_mixins.CfnResourceCollectionPropsMixin.ResourceCollectionFilterProperty(
        cloud_formation=devopsguru_mixins.CfnResourceCollectionPropsMixin.CloudFormationCollectionFilterProperty(
            stack_names=["stackNames"]
        ),
        tags=[devopsguru_mixins.CfnResourceCollectionPropsMixin.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