Show / Hide Table of Contents

Class CfnFilterPropsMixin.MapFilterProperty

An object that describes details of a map filter.

Inheritance
object
CfnFilterPropsMixin.MapFilterProperty
Implements
CfnFilterPropsMixin.IMapFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.InspectorV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFilterPropsMixin.MapFilterProperty : CfnFilterPropsMixin.IMapFilterProperty
Syntax (vb)
Public Class CfnFilterPropsMixin.MapFilterProperty Implements CfnFilterPropsMixin.IMapFilterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-mapfilter.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 mapFilterProperty = new MapFilterProperty {
                 Comparison = "comparison",
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

MapFilterProperty()

An object that describes details of a map filter.

Properties

Comparison

The operator to use when comparing values in the filter.

Key

The tag key used in the filter.

Value

The tag value used in the filter.

Constructors

MapFilterProperty()

An object that describes details of a map filter.

public MapFilterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-inspectorv2-filter-mapfilter.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 mapFilterProperty = new MapFilterProperty {
                 Comparison = "comparison",
                 Key = "key",
                 Value = "value"
             };

Properties

Comparison

The operator to use when comparing values in the filter.

public string? Comparison { get; set; }
Property Value

string

Remarks

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

Key

The tag key used in the filter.

public string? Key { get; set; }
Property Value

string

Remarks

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

Value

The tag value used in the filter.

public string? Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnFilterPropsMixin.IMapFilterProperty
Back to top Generated by DocFX