Class: Aws::SecurityHub::Types::AwsBackupBackupPlanRuleDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsBackupBackupPlanRuleDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about an array of ‘BackupRule` objects, each of which specifies a scheduled task that is used to back up a selection of resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_window_minutes ⇒ Integer
A value in minutes after a backup job is successfully started before it must be completed, or it is canceled by Backup.
-
#copy_actions ⇒ Array<Types::AwsBackupBackupPlanRuleCopyActionsDetails>
An array of ‘CopyAction` objects, each of which contains details of the copy operation.
-
#enable_continuous_backup ⇒ Boolean
Specifies whether Backup creates continuous backups capable of point-in-time restore (PITR).
-
#lifecycle ⇒ Types::AwsBackupBackupPlanLifecycleDetails
Defines when a protected resource is transitioned to cold storage and when it expires.
-
#rule_id ⇒ String
Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
-
#rule_name ⇒ String
A display name for a backup rule.
-
#schedule_expression ⇒ String
A cron expression in UTC specifying when Backup initiates a backup job.
-
#start_window_minutes ⇒ Integer
A value in minutes after a backup is scheduled before a job will be canceled if it doesn’t start successfully.
-
#target_backup_vault ⇒ String
The name of a logical container where backups are stored.
Instance Attribute Details
#completion_window_minutes ⇒ Integer
A value in minutes after a backup job is successfully started before it must be completed, or it is canceled by Backup.
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#copy_actions ⇒ Array<Types::AwsBackupBackupPlanRuleCopyActionsDetails>
An array of ‘CopyAction` objects, each of which contains details of the copy operation.
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#enable_continuous_backup ⇒ Boolean
Specifies whether Backup creates continuous backups capable of point-in-time restore (PITR).
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ Types::AwsBackupBackupPlanLifecycleDetails
Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you don’t specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
A display name for a backup rule. Must contain 1 to 50 alphanumeric or ‘-_.’ characters.
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#schedule_expression ⇒ String
A cron expression in UTC specifying when Backup initiates a backup job.
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#start_window_minutes ⇒ Integer
A value in minutes after a backup is scheduled before a job will be canceled if it doesn’t start successfully.
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#target_backup_vault ⇒ String
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.
3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3373 class AwsBackupBackupPlanRuleDetails < Struct.new( :target_backup_vault, :start_window_minutes, :schedule_expression, :rule_name, :rule_id, :enable_continuous_backup, :completion_window_minutes, :copy_actions, :lifecycle) SENSITIVE = [] include Aws::Structure end |