aws-cdk-lib.aws_inspectorv2.CfnFilter.StringFilterProperty

interface StringFilterProperty

LanguageType name
.NETAmazon.CDK.AWS.InspectorV2.CfnFilter.StringFilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnFilter_StringFilterProperty
Javasoftware.amazon.awscdk.services.inspectorv2.CfnFilter.StringFilterProperty
Pythonaws_cdk.aws_inspectorv2.CfnFilter.StringFilterProperty
TypeScript aws-cdk-lib » aws_inspectorv2 » CfnFilter » StringFilterProperty

An object that describes the details of a string filter.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_inspectorv2 as inspectorv2 } from 'aws-cdk-lib';
const stringFilterProperty: inspectorv2.CfnFilter.StringFilterProperty = {
  comparison: 'comparison',
  value: 'value',
};

Properties

NameTypeDescription
comparisonstringThe operator to use when comparing values in the filter.
valuestringThe value to filter on.

comparison

Type: string

The operator to use when comparing values in the filter.


value

Type: string

The value to filter on.