logo
pub struct DBInstanceAutomatedBackup {
Show 26 fields pub allocated_storage: Option<i64>, pub availability_zone: Option<String>, pub backup_retention_period: Option<i64>, pub db_instance_arn: Option<String>, pub db_instance_automated_backups_arn: Option<String>, pub db_instance_automated_backups_replications: Option<Vec<DBInstanceAutomatedBackupsReplication>>, pub db_instance_identifier: Option<String>, pub dbi_resource_id: Option<String>, pub encrypted: Option<bool>, pub engine: Option<String>, pub engine_version: Option<String>, pub iam_database_authentication_enabled: Option<bool>, pub instance_create_time: Option<String>, pub iops: Option<i64>, pub kms_key_id: Option<String>, pub license_model: Option<String>, pub master_username: Option<String>, pub option_group_name: Option<String>, pub port: Option<i64>, pub region: Option<String>, pub restore_window: Option<RestoreWindow>, pub status: Option<String>, pub storage_type: Option<String>, pub tde_credential_arn: Option<String>, pub timezone: Option<String>, pub vpc_id: Option<String>,
}
Expand description

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.

Fields

allocated_storage: Option<i64>

Specifies the allocated storage size in gibibytes (GiB).

availability_zone: Option<String>

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.

backup_retention_period: Option<i64>

The retention period for the automated backups.

db_instance_arn: Option<String>

The Amazon Resource Name (ARN) for the automated backups.

db_instance_automated_backups_arn: Option<String>

The Amazon Resource Name (ARN) for the replicated automated backups.

db_instance_automated_backups_replications: Option<Vec<DBInstanceAutomatedBackupsReplication>>

The list of replications to different Amazon Web Services Regions associated with the automated backup.

db_instance_identifier: Option<String>

The customer id of the instance that is/was associated with the automated backup.

dbi_resource_id: Option<String>

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

encrypted: Option<bool>

Specifies whether the automated backup is encrypted.

engine: Option<String>

The name of the database engine for this automated backup.

engine_version: Option<String>

The version of the database engine for the automated backup.

iam_database_authentication_enabled: Option<bool>

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

instance_create_time: Option<String>

Provides the date and time that the DB instance was created.

iops: Option<i64>

The IOPS (I/O operations per second) value for the automated backup.

kms_key_id: Option<String>

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).

license_model: Option<String>

License model information for the automated backup.

master_username: Option<String>

The license model of an automated backup.

option_group_name: Option<String>

The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.

port: Option<i64>

The port number that the automated backup used for connections.

Default: Inherits from the source DB instance

Valid Values: 1150-65535

region: Option<String>

The Amazon Web Services Region associated with the automated backup.

restore_window: Option<RestoreWindow>

Earliest and latest time an instance can be restored to.

status: Option<String>

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.

storage_type: Option<String>

Specifies the storage type associated with the automated backup.

tde_credential_arn: Option<String>

The ARN from the key store with which the automated backup is associated for TDE encryption.

timezone: Option<String>

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.

vpc_id: Option<String>

Provides the VPC ID associated with the DB instance

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more