![]() |
![]()
| ![]() |
![]()
NAMEPaws::RDS::DBSnapshot 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::DBSnapshot 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::DBSnapshot object: $result = $service_obj->Method(...); $result->Att1->AllocatedStorage DESCRIPTIONContains the details of an Amazon RDS DB snapshot. This data type is used as a response element in the "DescribeDBSnapshots" action. ATTRIBUTESAllocatedStorage => IntSpecifies the allocated storage size in gibibytes (GiB). AvailabilityZone => StrSpecifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot. DBInstanceIdentifier => StrSpecifies the DB instance identifier of the DB instance this DB snapshot was created from. DbiResourceId => StrThe identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region. DBSnapshotArn => StrThe Amazon Resource Name (ARN) for the DB snapshot. DBSnapshotIdentifier => StrSpecifies the identifier for the DB snapshot. Encrypted => BoolSpecifies whether the DB snapshot is encrypted. Engine => StrSpecifies the name of the database engine. EngineVersion => StrSpecifies the version of the database engine. IAMDatabaseAuthenticationEnabled => BoolTrue if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false. InstanceCreateTime => StrSpecifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created. Iops => IntSpecifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot. KmsKeyId => StrIf "Encrypted" is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot. 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 restored DB instance. MasterUsername => StrProvides the master username for the DB snapshot. OptionGroupName => StrProvides the option group name for the DB snapshot. PercentProgress => IntThe percentage of the estimated data that has been transferred. Port => IntSpecifies the port that the database engine was listening on at the time of the snapshot. ProcessorFeatures => ArrayRef[Paws::RDS::ProcessorFeature]The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created. SnapshotCreateTime => StrSpecifies when the snapshot was taken in Coordinated Universal Time (UTC). SnapshotType => StrProvides the type of the DB snapshot. SourceDBSnapshotIdentifier => StrThe DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has value in case of cross-customer or cross-region copy. SourceRegion => StrThe Amazon Web Services Region that the DB snapshot was created in or copied from. Status => StrSpecifies the status of this DB snapshot. StorageType => StrSpecifies the storage type associated with DB snapshot. TagList => ArrayRef[Paws::RDS::Tag]TdeCredentialArn => StrThe ARN from the key store with which to associate the instance for TDE encryption. Timezone => StrThe time zone of the DB snapshot. In most cases, the "Timezone" element is empty. "Timezone" content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified. VpcId => StrProvides the VPC ID associated with the DB snapshot. 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>
|