![]() |
![]()
| ![]() |
![]()
NAMEPaws::RDS::DBInstanceAutomatedBackup USAGEThis 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 DESCRIPTIONAn 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. ATTRIBUTESAllocatedStorage => IntSpecifies the allocated storage size in gibibytes (GiB). AvailabilityZone => StrThe 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 => IntThe retention period for the automated backups. DBInstanceArn => StrThe Amazon Resource Name (ARN) for the automated backups. DBInstanceAutomatedBackupsArn => StrThe 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 => StrThe customer id of the instance that is/was associated with the automated backup. DbiResourceId => StrThe identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region. Encrypted => BoolSpecifies whether the automated backup is encrypted. Engine => StrThe name of the database engine for this automated backup. EngineVersion => StrThe version of the database engine for the automated backup. IAMDatabaseAuthenticationEnabled => BoolTrue if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. InstanceCreateTime => StrProvides the date and time that the DB instance was created. Iops => IntThe IOPS (I/O operations per second) value for the automated backup. KmsKeyId => StrThe 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 => StrLicense model information for the automated backup. MasterUsername => StrThe license model of an automated backup. OptionGroupName => StrThe option group the automated backup is associated with. If omitted, the default option group for the engine specified is used. Port => IntThe port number that the automated backup used for connections. Default: Inherits from the source DB instance Valid Values: "1150-65535" Region => StrThe Amazon Web Services Region associated with the automated backup. RestoreWindow => Paws::RDS::RestoreWindowEarliest and latest time an instance can be restored to. Status => StrProvides a list of status information for an automated backup:
StorageType => StrSpecifies the storage type associated with the automated backup. TdeCredentialArn => StrThe ARN from the key store with which the automated backup is associated for TDE encryption. Timezone => StrThe 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 => StrProvides the VPC ID associated with the DB instance SEE ALSOThis class forms part of Paws, describing an object used in Paws::RDS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|