Class CfnResourceScan.ScanFilterProperty
A filter that is used to specify which resource types to scan.
Implements
Inherited Members
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
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
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[]