Class CfnBackupPlan.ScanSettingResourceTypeProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Backup
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBackupPlan.ScanSettingResourceTypeProperty : CfnBackupPlan.IScanSettingResourceTypeProperty
Syntax (vb)
Public Class CfnBackupPlan.ScanSettingResourceTypeProperty Implements CfnBackupPlan.IScanSettingResourceTypeProperty
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.AWS.Backup;
var scanSettingResourceTypeProperty = new ScanSettingResourceTypeProperty {
MalwareScanner = "malwareScanner",
ResourceTypes = new [] { "resourceTypes" },
ScannerRoleArn = "scannerRoleArn"
};
Synopsis
Constructors
| ScanSettingResourceTypeProperty() |
Properties
| MalwareScanner | |
| ResourceTypes | |
| ScannerRoleArn |
Constructors
ScanSettingResourceTypeProperty()
public ScanSettingResourceTypeProperty()
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.AWS.Backup;
var scanSettingResourceTypeProperty = new ScanSettingResourceTypeProperty {
MalwareScanner = "malwareScanner",
ResourceTypes = new [] { "resourceTypes" },
ScannerRoleArn = "scannerRoleArn"
};
Properties
MalwareScanner
public string? MalwareScanner { get; set; }
Property Value
Remarks
ResourceTypes
ScannerRoleArn
public string? ScannerRoleArn { get; set; }