Class CfnBackupPlanPropsMixin.ScanActionResourceTypeProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Backup
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBackupPlanPropsMixin.ScanActionResourceTypeProperty : CfnBackupPlanPropsMixin.IScanActionResourceTypeProperty
Syntax (vb)
Public Class CfnBackupPlanPropsMixin.ScanActionResourceTypeProperty Implements CfnBackupPlanPropsMixin.IScanActionResourceTypeProperty
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.CfnPropertyMixins.AWS.Backup;
var scanActionResourceTypeProperty = new ScanActionResourceTypeProperty {
MalwareScanner = "malwareScanner",
ScanMode = "scanMode"
};
Synopsis
Constructors
| ScanActionResourceTypeProperty() |
Properties
| MalwareScanner | |
| ScanMode |
Constructors
ScanActionResourceTypeProperty()
public ScanActionResourceTypeProperty()
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.CfnPropertyMixins.AWS.Backup;
var scanActionResourceTypeProperty = new ScanActionResourceTypeProperty {
MalwareScanner = "malwareScanner",
ScanMode = "scanMode"
};
Properties
MalwareScanner
public string? MalwareScanner { get; set; }
Property Value
Remarks
ScanMode
public string? ScanMode { get; set; }