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
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; }