Interface CfnSearchJob.SearchScopeProperty

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

@Stability(Stable) public static interface CfnSearchJob.SearchScopeProperty extends software.amazon.jsii.JsiiSerializable
The search scope for the search job.

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.backupsearch.*;
 SearchScopeProperty searchScopeProperty = SearchScopeProperty.builder()
         .backupResourceTypes(List.of("backupResourceTypes"))
         .build();
 

See Also: