Class: Aws::SecurityHub::Types::AwsBackupRecoveryPointDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Contains detailed information about the recovery points stored in an Backup backup vault. A backup, or recovery point, represents the content of a resource at a specified time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_size_in_bytesInteger

The size, in bytes, of a backup.

Returns:

  • (Integer)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#backup_vault_arnString

An Amazon Resource Name (ARN) that uniquely identifies a backup vault.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#backup_vault_nameString

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 lowercase letters, numbers, and hyphens.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#calculated_lifecycleTypes::AwsBackupRecoveryPointCalculatedLifecycleDetails

A ‘CalculatedLifecycle` object containing `DeleteAt` and `MoveToColdStorageAt` timestamps.



3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#completion_dateString

The date and time that a job to create a recovery point is completed, in Unix format and UTC. The value of ‘CompletionDate` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::AwsBackupRecoveryPointCreatedByDetails

Contains identifying information about the creation of a recovery point, including the ‘BackupPlanArn`, `BackupPlanId`, `BackupPlanVersion`, and `BackupRuleId` of the backup plan that is used to create it.



3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateString

The date and time a recovery point is created, in Unix format and UTC. The value of ‘CreationDate` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_key_arnString

The ARN for the server-side encryption key that is used to protect your backups.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_arnString

Specifies the IAM role ARN used to create the target recovery point

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#is_encryptedBoolean

A Boolean value that is returned as ‘TRUE` if the specified recovery point is encrypted, or `FALSE` if the recovery point is not encrypted.

Returns:

  • (Boolean)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#last_restore_timeString

The date and time that a recovery point was last restored, in Unix format and UTC. The value of ‘LastRestoreTime` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleTypes::AwsBackupRecoveryPointLifecycleDetails

The lifecycle 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



3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_point_arnString

An ARN that uniquely identifies a recovery point.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of Amazon Web Services resource saved as a recovery point, such as an Amazon EBS volume or an Amazon RDS database.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#source_backup_vault_arnString

The ARN for the backup vault where the recovery point was originally copied from. If the recovery point is restored to the same account, this value will be null.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A status code specifying the state of the recovery point. Valid values are as follows:

  • ‘COMPLETED`

  • ‘DELETING`

  • ‘EXPIRED`

  • ‘PARTIAL`

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A message explaining the reason of the recovery point deletion failure.

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#storage_classString

Specifies the storage class of the recovery point. Valid values are as follows:

  • ‘COLD`

  • ‘DELETED`

  • ‘WARM`

Returns:

  • (String)


3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
# File 'lib/aws-sdk-securityhub/types.rb', line 3527

class AwsBackupRecoveryPointDetails < Struct.new(
  :backup_size_in_bytes,
  :backup_vault_arn,
  :backup_vault_name,
  :calculated_lifecycle,
  :completion_date,
  :created_by,
  :creation_date,
  :encryption_key_arn,
  :iam_role_arn,
  :is_encrypted,
  :last_restore_time,
  :lifecycle,
  :recovery_point_arn,
  :resource_arn,
  :resource_type,
  :source_backup_vault_arn,
  :status,
  :status_message,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end