Show / Hide Table of Contents

Class CfnResourceScan.ScanFilterProperty

A filter that is used to specify which resource types to scan.

Inheritance
object
CfnResourceScan.ScanFilterProperty
Implements
CfnResourceScan.IScanFilterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnResourceScan.ScanFilterProperty : CfnResourceScan.IScanFilterProperty
Syntax (vb)
Public Class CfnResourceScan.ScanFilterProperty Implements CfnResourceScan.IScanFilterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-resourcescan-scanfilter.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;

             var scanFilterProperty = new ScanFilterProperty {
                 Types = new [] { "types" }
             };

Synopsis

Constructors

ScanFilterProperty()

A filter that is used to specify which resource types to scan.

Properties

Types

An array of strings where each string represents an AWS resource type to scan.

Constructors

ScanFilterProperty()

A filter that is used to specify which resource types to scan.

public ScanFilterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-resourcescan-scanfilter.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;

             var scanFilterProperty = new ScanFilterProperty {
                 Types = new [] { "types" }
             };

Properties

Types

An array of strings where each string represents an AWS resource type to scan.

public string[]? Types { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-resourcescan-scanfilter.html#cfn-cloudformation-resourcescan-scanfilter-types

Implements

CfnResourceScan.IScanFilterProperty
Back to top Generated by DocFX