interface ScanActionResourceTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Backup.CfnBackupPlan.ScanActionResourceTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#CfnBackupPlan_ScanActionResourceTypeProperty |
Java | software.amazon.awscdk.services.backup.CfnBackupPlan.ScanActionResourceTypeProperty |
Python | aws_cdk.aws_backup.CfnBackupPlan.ScanActionResourceTypeProperty |
TypeScript | aws-cdk-lib » aws_backup » CfnBackupPlan » ScanActionResourceTypeProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_backup as backup } from 'aws-cdk-lib';
const scanActionResourceTypeProperty: backup.CfnBackupPlan.ScanActionResourceTypeProperty = {
malwareScanner: 'malwareScanner',
scanMode: 'scanMode',
};
Properties
| Name | Type | Description |
|---|---|---|
| malware | string | |
| scan | string |
malwareScanner?
Type:
string
(optional)
scanMode?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript