Interface CfnFilterPropsMixin.IStringFilterProperty
An object that describes the details of a string filter.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.InspectorV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFilterPropsMixin.IStringFilterProperty
Syntax (vb)
Public Interface CfnFilterPropsMixin.IStringFilterProperty
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.CfnPropertyMixins.AWS.InspectorV2;
var stringFilterProperty = new StringFilterProperty {
Comparison = "comparison",
Value = "value"
};
Synopsis
Properties
| Comparison | The operator to use when comparing values in the filter. |
| Value | The value to filter on. |
Properties
Comparison
The operator to use when comparing values in the filter.
string? Comparison { get; }
Property Value
Remarks
Value
The value to filter on.
string? Value { get; }