Show / Hide Table of Contents

Class CfnInsight.KeywordFilterProperty

A keyword filter for querying findings.

Inheritance
object
CfnInsight.KeywordFilterProperty
Implements
CfnInsight.IKeywordFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInsight.KeywordFilterProperty : CfnInsight.IKeywordFilterProperty
Syntax (vb)
Public Class CfnInsight.KeywordFilterProperty Implements CfnInsight.IKeywordFilterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-insight-keywordfilter.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.AWS.SecurityHub;

             var keywordFilterProperty = new KeywordFilterProperty {
                 Value = "value"
             };

Synopsis

Constructors

KeywordFilterProperty()

A keyword filter for querying findings.

Properties

Value

A value for the keyword.

Constructors

KeywordFilterProperty()

A keyword filter for querying findings.

public KeywordFilterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-insight-keywordfilter.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.AWS.SecurityHub;

             var keywordFilterProperty = new KeywordFilterProperty {
                 Value = "value"
             };

Properties

Value

A value for the keyword.

public string Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-insight-keywordfilter.html#cfn-securityhub-insight-keywordfilter-value

Implements

CfnInsight.IKeywordFilterProperty
Back to top Generated by DocFX