DBInstanceAutomatedBackup class

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.

Constructors

DBInstanceAutomatedBackup({int? allocatedStorage, String? availabilityZone, int? backupRetentionPeriod, String? dBInstanceArn, String? dBInstanceAutomatedBackupsArn, List<DBInstanceAutomatedBackupsReplication>? dBInstanceAutomatedBackupsReplications, String? dBInstanceIdentifier, String? dbiResourceId, bool? encrypted, String? engine, String? engineVersion, bool? iAMDatabaseAuthenticationEnabled, DateTime? instanceCreateTime, int? iops, String? kmsKeyId, String? licenseModel, String? masterUsername, String? optionGroupName, int? port, String? region, RestoreWindow? restoreWindow, String? status, String? storageType, String? tdeCredentialArn, String? timezone, String? vpcId})
DBInstanceAutomatedBackup.fromXml(XmlElement elem)
factory

Properties

allocatedStorage int?
Specifies the allocated storage size in gibibytes (GiB).
final
availabilityZone String?
The Availability Zone that the automated backup was created in. For information on AWS Regions and Availability Zones, see Regions and Availability Zones.
final
backupRetentionPeriod int?
The retention period for the automated backups.
final
dBInstanceArn String?
The Amazon Resource Name (ARN) for the automated backups.
final
dBInstanceAutomatedBackupsArn String?
The Amazon Resource Name (ARN) for the replicated automated backups.
final
dBInstanceAutomatedBackupsReplications List<DBInstanceAutomatedBackupsReplication>?
The list of replications to different AWS Regions associated with the automated backup.
final
dBInstanceIdentifier String?
The customer id of the instance that is/was associated with the automated backup.
final
dbiResourceId String?
The identifier for the source DB instance, which can't be changed and which is unique to an AWS Region.
final
encrypted bool?
Specifies whether the automated backup is encrypted.
final
engine String?
The name of the database engine for this automated backup.
final
engineVersion String?
The version of the database engine for the automated backup.
final
hashCode int
The hash code for this object.
no setterinherited
iAMDatabaseAuthenticationEnabled bool?
True if mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
final
instanceCreateTime DateTime?
Provides the date and time that the DB instance was created.
final
iops int?
The IOPS (I/O operations per second) value for the automated backup.
final
kmsKeyId String?
The AWS KMS key ID for an automated backup.
final
licenseModel String?
License model information for the automated backup.
final
masterUsername String?
The license model of an automated backup.
final
optionGroupName String?
The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.
final
port int?
The port number that the automated backup used for connections.
final
region String?
The AWS Region associated with the automated backup.
final
restoreWindow RestoreWindow?
Earliest and latest time an instance can be restored to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Provides a list of status information for an automated backup:
final
storageType String?
Specifies the storage type associated with the automated backup.
final
tdeCredentialArn String?
The ARN from the key store with which the automated backup is associated for TDE encryption.
final
timezone 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.
final
vpcId String?
Provides the VPC ID associated with the DB instance
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited