interface SearchScopeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BackupSearch.CfnSearchJob.SearchScopeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbackupsearch#CfnSearchJob_SearchScopeProperty |
Java | software.amazon.awscdk.services.backupsearch.CfnSearchJob.SearchScopeProperty |
Python | aws_cdk.aws_backupsearch.CfnSearchJob.SearchScopeProperty |
TypeScript | aws-cdk-lib » aws_backupsearch » CfnSearchJob » SearchScopeProperty |
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 { aws_backupsearch as backupsearch } from 'aws-cdk-lib';
const searchScopeProperty: backupsearch.CfnSearchJob.SearchScopeProperty = {
backupResourceTypes: ['backupResourceTypes'],
};
Properties
| Name | Type | Description |
|---|---|---|
| backup | string[] | The resource types included in a search. |
backupResourceTypes
Type:
string[]
The resource types included in a search.

.NET
Go
Java
Python
TypeScript