The account ID to list the jobs from. Returns only backup jobs associated with the specified account ID.If used from an Organizations management account, passing *
returns all jobs across the organization.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ByCompleteAfter <DateTime>
Returns only backup jobs completed after a date expressed in Unix format and Coordinated Universal Time (UTC).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ByCompleteBefore <DateTime>
Returns only backup jobs completed before a date expressed in Unix format and Coordinated Universal Time (UTC).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ByCreatedAfter <DateTime>
Returns only backup jobs that were created after the specified date.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ByCreatedBefore <DateTime>
Returns only backup jobs that were created before the specified date.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This is a filter to list child (nested) jobs based on parent job ID.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Returns only backup jobs for the specified resources:
Aurora
for Amazon AuroraDocumentDB
for Amazon DocumentDB (with MongoDB compatibility)DynamoDB
for Amazon DynamoDBEBS
for Amazon Elastic Block StoreEC2
for Amazon Elastic Compute CloudEFS
for Amazon Elastic File SystemFSx
for Amazon FSxNeptune
for Amazon NeptuneRDS
for Amazon Relational Database ServiceStorage Gateway
for Storage GatewayS3
for Amazon S3VirtualMachine
for virtual machines
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Returns only backup jobs that are in the specified state.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.BAK.AmazonBackupClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum number of items to be returned.
Note: In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxItems, MaxResults |
The next item following a partial list of returned items. For example, if a request is made to return maxResults
number of items, NextToken
allows you to return more items in your list starting at the location pointed to by the next token.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'BackupJobs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Backup.Model.ListBackupJobsResponse). Specifying the name of a property of type Amazon.Backup.Model.ListBackupJobsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |