Show / Hide Table of Contents

Interface ICfnResourceCollectionMixinProps

Properties for CfnResourceCollectionPropsMixin.

Namespace: Amazon.CDK.Mixins.Preview.AWS.DevOpsGuru.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnResourceCollectionMixinProps
Syntax (vb)
Public Interface ICfnResourceCollectionMixinProps
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.DevOpsGuru.Mixins;

             var cfnResourceCollectionMixinProps = new CfnResourceCollectionMixinProps {
                 ResourceCollectionFilter = new ResourceCollectionFilterProperty {
                     CloudFormation = new CloudFormationCollectionFilterProperty {
                         StackNames = new [] { "stackNames" }
                     },
                     Tags = new [] { new TagCollectionProperty {
                         AppBoundaryKey = "appBoundaryKey",
                         TagValues = new [] { "tagValues" }
                     } }
                 }
             };

Synopsis

Properties

ResourceCollectionFilter

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

Properties

ResourceCollectionFilter

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

object? ResourceCollectionFilter { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnResourceCollectionPropsMixin.IResourceCollectionFilterProperty

Back to top Generated by DocFX