NAME
Paws::RDS::DBInstanceAutomatedBackup
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::RDS::DBInstanceAutomatedBackup object:
$service_obj->Method(Att1 => { AllocatedStorage => $value, ..., VpcId => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::RDS::DBInstanceAutomatedBackup object:
$result = $service_obj->Method(...);
$result->Att1->AllocatedStorage
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.
ATTRIBUTES
AllocatedStorage => Int
Specifies the allocated storage size in gibibytes (GiB).
AvailabilityZone => Str
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 (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
BackupRetentionPeriod => Int
The retention period for the automated backups.
DBInstanceArn => Str
The Amazon Resource Name (ARN) for the automated backups.
DBInstanceAutomatedBackupsArn => Str
The Amazon Resource Name (ARN) for the replicated automated backups.
DBInstanceAutomatedBackupsReplications => ArrayRef[Paws::RDS::DBInstanceAutomatedBackupsReplication]
The list of replications to different Amazon Web Services Regions associated with the automated backup.
DBInstanceIdentifier => Str
The customer id of the instance that is/was associated with the automated backup.
DbiResourceId => Str
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
Encrypted => Bool
Specifies whether the automated backup is encrypted.
Engine => Str
The name of the database engine for this automated backup.
EngineVersion => Str
The version of the database engine for the automated backup.
IAMDatabaseAuthenticationEnabled => Bool
True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.
InstanceCreateTime => Str
Provides the date and time that the DB instance was created.
Iops => Int
The IOPS (I/O operations per second) value for the automated backup.
KmsKeyId => Str
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).
LicenseModel => Str
License model information for the automated backup.
MasterUsername => Str
The license model of an automated backup.
OptionGroupName => Str
The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.
Port => Int
The port number that the automated backup used for connections.
Default: Inherits from the source DB instance
Valid Values: 1150-65535
Region => Str
The Amazon Web Services Region associated with the automated backup.
RestoreWindow => Paws::RDS::RestoreWindow
Earliest and latest time an instance can be restored to.
Status => Str
Provides a list of status information for an automated backup:
active
- automated backups for current instancesretained
- automated backups for deleted instancescreating
- automated backups that are waiting for the first automated snapshot to be available.
StorageType => Str
Specifies the storage type associated with the automated backup.
TdeCredentialArn => Str
The ARN from the key store with which the automated backup is associated for TDE encryption.
Timezone => Str
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.
VpcId => Str
Provides the VPC ID associated with the DB instance
SEE ALSO
This class forms part of Paws, describing an object used in Paws::RDS
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues