Interface CfnBackupPlan.ScanSettingResourceTypeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBackupPlan.ScanSettingResourceTypeProperty.Jsii$Proxy
Enclosing class:
CfnBackupPlan

@Stability(Stable) public static interface CfnBackupPlan.ScanSettingResourceTypeProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.backup.*;
 ScanSettingResourceTypeProperty scanSettingResourceTypeProperty = ScanSettingResourceTypeProperty.builder()
         .malwareScanner("malwareScanner")
         .resourceTypes(List.of("resourceTypes"))
         .scannerRoleArn("scannerRoleArn")
         .build();
 

See Also: