Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-stringfilter.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-stringfilter.html#cfn-inspectorv2-filter-stringfilter-comparison

Value

The value to filter on.

string? Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-stringfilter.html#cfn-inspectorv2-filter-stringfilter-value

Back to top Generated by DocFX