interface StringFilterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.InspectorV2.CfnFilter.StringFilterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnFilter_StringFilterProperty |
![]() | software.amazon.awscdk.services.inspectorv2.CfnFilter.StringFilterProperty |
![]() | aws_cdk.aws_inspectorv2.CfnFilter.StringFilterProperty |
![]() | 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
Name | Type | Description |
---|---|---|
comparison | string | The operator to use when comparing values in the filter. |
value | string | The 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.