Class: Aws::Backup::Types::StartScanJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::StartScanJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ String
The name of a logical container where backups are stored.
-
#iam_role_arn ⇒ String
Specifies the IAM role ARN used to create the target recovery point; for example, ‘arn:aws:iam::123456789012:role/S3Access`.
-
#idempotency_token ⇒ String
A customer-chosen string that you can use to distinguish between otherwise identical calls to ‘StartScanJob`.
-
#malware_scanner ⇒ String
Specifies the malware scanner used during the scan job.
-
#recovery_point_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a recovery point.
-
#scan_base_recovery_point_arn ⇒ String
An ARN that uniquely identifies the base recovery point to be used for incremental scanning.
-
#scan_mode ⇒ String
Specifies the scan type use for the scan job.
-
#scanner_role_arn ⇒ String
Specified the IAM scanner role ARN.
Instance Attribute Details
#backup_vault_name ⇒ String
The name of a logical container where backups are stored. 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.
Pattern: ‘^[a-zA-Z0-9-_]2,50$`
10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-backup/types.rb', line 10605 class StartScanJobInput < Struct.new( :backup_vault_name, :iam_role_arn, :idempotency_token, :malware_scanner, :recovery_point_arn, :scan_base_recovery_point_arn, :scan_mode, :scanner_role_arn) SENSITIVE = [] include Aws::Structure end |
#iam_role_arn ⇒ String
Specifies the IAM role ARN used to create the target recovery point; for example, ‘arn:aws:iam::123456789012:role/S3Access`.
10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-backup/types.rb', line 10605 class StartScanJobInput < Struct.new( :backup_vault_name, :iam_role_arn, :idempotency_token, :malware_scanner, :recovery_point_arn, :scan_base_recovery_point_arn, :scan_mode, :scanner_role_arn) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
A customer-chosen string that you can use to distinguish between otherwise identical calls to ‘StartScanJob`. Retrying a successful request with the same idempotency token results in a success message with no action taken.
10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-backup/types.rb', line 10605 class StartScanJobInput < Struct.new( :backup_vault_name, :iam_role_arn, :idempotency_token, :malware_scanner, :recovery_point_arn, :scan_base_recovery_point_arn, :scan_mode, :scanner_role_arn) SENSITIVE = [] include Aws::Structure end |
#malware_scanner ⇒ String
Specifies the malware scanner used during the scan job. Currently only supports ‘GUARDDUTY`.
10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-backup/types.rb', line 10605 class StartScanJobInput < Struct.new( :backup_vault_name, :iam_role_arn, :idempotency_token, :malware_scanner, :recovery_point_arn, :scan_base_recovery_point_arn, :scan_mode, :scanner_role_arn) SENSITIVE = [] include Aws::Structure end |
#recovery_point_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a recovery point. This is your target recovery point for a full scan. If you are running an incremental scan, this will be your a recovery point which has been created after your base recovery point selection.
10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-backup/types.rb', line 10605 class StartScanJobInput < Struct.new( :backup_vault_name, :iam_role_arn, :idempotency_token, :malware_scanner, :recovery_point_arn, :scan_base_recovery_point_arn, :scan_mode, :scanner_role_arn) SENSITIVE = [] include Aws::Structure end |
#scan_base_recovery_point_arn ⇒ String
An ARN that uniquely identifies the base recovery point to be used for incremental scanning.
10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-backup/types.rb', line 10605 class StartScanJobInput < Struct.new( :backup_vault_name, :iam_role_arn, :idempotency_token, :malware_scanner, :recovery_point_arn, :scan_base_recovery_point_arn, :scan_mode, :scanner_role_arn) SENSITIVE = [] include Aws::Structure end |
#scan_mode ⇒ String
Specifies the scan type use for the scan job.
Includes:
-
‘FULL_SCAN` will scan the entire data lineage within the backup.
-
‘INCREMENTAL_SCAN` will scan the data difference between the target recovery point and base recovery point ARN.
10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-backup/types.rb', line 10605 class StartScanJobInput < Struct.new( :backup_vault_name, :iam_role_arn, :idempotency_token, :malware_scanner, :recovery_point_arn, :scan_base_recovery_point_arn, :scan_mode, :scanner_role_arn) SENSITIVE = [] include Aws::Structure end |
#scanner_role_arn ⇒ String
Specified the IAM scanner role ARN.
10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/aws-sdk-backup/types.rb', line 10605 class StartScanJobInput < Struct.new( :backup_vault_name, :iam_role_arn, :idempotency_token, :malware_scanner, :recovery_point_arn, :scan_base_recovery_point_arn, :scan_mode, :scanner_role_arn) SENSITIVE = [] include Aws::Structure end |