Interface CfnLinkPropsMixin.IFilterProperty
Describes the configuration of a filter.
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnLinkPropsMixin.IFilterProperty
Syntax (vb)
Public Interface CfnLinkPropsMixin.IFilterProperty
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.RTBFabric.Mixins;
var filterProperty = new FilterProperty {
Criteria = new [] { new FilterCriterionProperty {
Path = "path",
Values = new [] { "values" }
} }
};
Synopsis
Properties
| Criteria | Describes the criteria for a filter. |
Properties
Criteria
Describes the criteria for a filter.
object? Criteria { get; }