AWS::BackupSearch::SearchJobDefinition of AWS::BackupSearch::SearchJob Resource Type
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SearchScope | SearchScope | RequiredCreate-only |
Name | string | Create-only |
Tags | Array<object> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The date and time the search job was created. |
SearchJobArn | string | The Amazon Resource Name (ARN) of the search job. |
SearchJobIdentifier | string | The unique identifier of the search job. |
Status | string | The current status of the search job. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BackupSearch::SearchJob
Resources:
MyResource:
Type: AWS::BackupSearch::SearchJob
Properties:
SearchScope: "value"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
backup-search:GetSearchJobbackup-search:ListTagsForResourcebackup-search:ListSearchJobsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSearchJobArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameSearchScopeTags