AwsRdsDbSnapshotDetails

Provides details about an Amazon RDS DB cluster snapshot.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of storage (in gigabytes) to be initially allocated for the database instance.

Link copied to clipboard

Specifies the name of the Availability Zone in which the DB instance was located at the time of the DB snapshot.

Link copied to clipboard

A name for the DB instance.

Link copied to clipboard

The identifier for the source DB instance.

Link copied to clipboard

The name or ARN of the DB snapshot that is used to restore the DB instance.

Link copied to clipboard

Whether the DB snapshot is encrypted.

Link copied to clipboard

The name of the database engine to use for this DB instance. Valid values are as follows:

Link copied to clipboard

The version of the database engine.

Link copied to clipboard

Whether mapping of IAM accounts to database accounts is enabled.

Link copied to clipboard

Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.

Link copied to clipboard
val iops: Int?

The provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

Link copied to clipboard

If Encrypted is true, the KMS key identifier for the encrypted DB snapshot.

Link copied to clipboard

License model information for the restored DB instance.

Link copied to clipboard

The master user name for the DB snapshot.

Link copied to clipboard

The option group name for the DB snapshot.

Link copied to clipboard

The percentage of the estimated data that has been transferred.

Link copied to clipboard
val port: Int?

The port that the database engine was listening on at the time of the snapshot.

Link copied to clipboard

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

Link copied to clipboard

When the snapshot was taken in Coordinated Universal Time (UTC).

Link copied to clipboard

The type of the DB snapshot.

Link copied to clipboard

The DB snapshot ARN that the DB snapshot was copied from.

Link copied to clipboard

The Amazon Web Services Region that the DB snapshot was created in or copied from.

Link copied to clipboard

The status of this DB snapshot.

Link copied to clipboard

The storage type associated with the DB snapshot. Valid values are as follows:

Link copied to clipboard

The ARN from the key store with which to associate the instance for TDE encryption.

Link copied to clipboard

The time zone of the DB snapshot.

Link copied to clipboard

The VPC ID associated with the DB snapshot.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String