class Aws::RDS::Types::DBInstanceAutomatedBackup

An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.

@!attribute [rw] db_instance_arn

The Amazon Resource Name (ARN) for the automated backups.
@return [String]

@!attribute [rw] dbi_resource_id

The identifier for the source DB instance, which can't be changed
and which is unique to an Amazon Web Services Region.
@return [String]

@!attribute [rw] region

The Amazon Web Services Region associated with the automated backup.
@return [String]

@!attribute [rw] db_instance_identifier

The customer id of the instance that is/was associated with the
automated backup.
@return [String]

@!attribute [rw] restore_window

Earliest and latest time an instance can be restored to.
@return [Types::RestoreWindow]

@!attribute [rw] allocated_storage

Specifies the allocated storage size in gibibytes (GiB).
@return [Integer]

@!attribute [rw] status

Provides a list of status information for an automated backup:

* `active` - automated backups for current instances

* `retained` - automated backups for deleted instances

* `creating` - automated backups that are waiting for the first
  automated snapshot to be available.
@return [String]

@!attribute [rw] port

The port number that the automated backup used for connections.

Default: Inherits from the source DB instance

Valid Values: `1150-65535`
@return [Integer]

@!attribute [rw] availability_zone

The Availability Zone that the automated backup was created in. For
information on Amazon Web Services Regions and Availability Zones,
see [Regions and Availability Zones][1].

[1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
@return [String]

@!attribute [rw] vpc_id

Provides the VPC ID associated with the DB instance
@return [String]

@!attribute [rw] instance_create_time

Provides the date and time that the DB instance was created.
@return [Time]

@!attribute [rw] master_username

The license model of an automated backup.
@return [String]

@!attribute [rw] engine

The name of the database engine for this automated backup.
@return [String]

@!attribute [rw] engine_version

The version of the database engine for the automated backup.
@return [String]

@!attribute [rw] license_model

License model information for the automated backup.
@return [String]

@!attribute [rw] iops

The IOPS (I/O operations per second) value for the automated backup.
@return [Integer]

@!attribute [rw] option_group_name

The option group the automated backup is associated with. If
omitted, the default option group for the engine specified is used.
@return [String]

@!attribute [rw] tde_credential_arn

The ARN from the key store with which the automated backup is
associated for TDE encryption.
@return [String]

@!attribute [rw] encrypted

Specifies whether the automated backup is encrypted.
@return [Boolean]

@!attribute [rw] storage_type

Specifies the storage type associated with the automated backup.
@return [String]

@!attribute [rw] kms_key_id

The Amazon Web Services KMS key ID for an automated backup.

The Amazon Web Services KMS key identifier is the key ARN, key ID,
alias ARN, or alias name for the Amazon Web Services KMS customer
master key (CMK).
@return [String]

@!attribute [rw] timezone

The time zone of the automated backup. In most cases, the `Timezone`
element is empty. `Timezone` content appears only for Microsoft SQL
Server DB instances that were created with a time zone specified.
@return [String]

@!attribute [rw] iam_database_authentication_enabled

True if mapping of Amazon Web Services Identity and Access
Management (IAM) accounts to database accounts is enabled, and
otherwise false.
@return [Boolean]

@!attribute [rw] backup_retention_period

The retention period for the automated backups.
@return [Integer]

@!attribute [rw] db_instance_automated_backups_arn

The Amazon Resource Name (ARN) for the replicated automated backups.
@return [String]

@!attribute [rw] db_instance_automated_backups_replications

The list of replications to different Amazon Web Services Regions
associated with the automated backup.
@return [Array<Types::DBInstanceAutomatedBackupsReplication>]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DBInstanceAutomatedBackup AWS API Documentation

Constants

SENSITIVE