RestoreDbInstanceFromDbSnapshotRequest

Types

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

Properties

Link copied to clipboard

The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in CreateDBInstance.

Link copied to clipboard

Specifies whether to automatically apply minor version upgrades to the DB instance during the maintenance window.

Link copied to clipboard

The Availability Zone (AZ) where the DB instance will be created.

Link copied to clipboard

Specifies where automated backups and manual snapshots are stored for the restored DB instance.

Link copied to clipboard

The CA certificate identifier to use for the DB instance's server certificate.

Link copied to clipboard

Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance.

Link copied to clipboard

The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance. The instance profile must meet the following requirements:

Link copied to clipboard

The identifier for the Multi-AZ DB cluster snapshot to restore from.

Link copied to clipboard

The compute and memory capacity of the Amazon RDS DB instance, for example db.m4.large. Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and availability for your engine, see DB Instance Class in the Amazon RDS User Guide.

Link copied to clipboard

The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.

Link copied to clipboard

The name of the database for the restored DB instance.

Link copied to clipboard

The name of the DB parameter group to associate with this DB instance.

Link copied to clipboard

The identifier for the DB snapshot to restore from.

Link copied to clipboard

The name of the DB subnet group to use for the new instance.

Link copied to clipboard

Specifies whether to enable a dedicated log volume (DLV) for the DB instance.

Link copied to clipboard

Specifies whether to enable deletion protection for the DB instance. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see Deleting a DB Instance.

Link copied to clipboard

The Active Directory directory ID to restore the DB instance in. The domain/ must be created prior to this operation. Currently, you can create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.

Link copied to clipboard

The ARN for the Secrets Manager secret with the credentials for the user joining the domain.

Link copied to clipboard

The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.

Link copied to clipboard

The fully qualified domain name (FQDN) of an Active Directory domain.

Link copied to clipboard

The name of the IAM role to use when making API calls to the Directory Service.

Link copied to clipboard

The Active Directory organizational unit for your DB instance to join.

Link copied to clipboard

The list of logs for the restored DB instance to export to CloudWatch Logs. The values in the list depend on the DB engine. For more information, see Publishing Database Logs to Amazon CloudWatch Logs in the Amazon RDS User Guide.

Link copied to clipboard

Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.

Link copied to clipboard

Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.

Link copied to clipboard

The database engine to use for the new instance.

Link copied to clipboard

The life cycle type for this DB instance.

Link copied to clipboard
val iops: Int?

Specifies the amount of provisioned IOPS for the DB instance, expressed in I/O operations per second. If this parameter isn't specified, the IOPS value is taken from the backup. If this parameter is set to 0, the new instance is converted to a non-PIOPS instance. The conversion takes additional time, though your DB instance is available for connections before the conversion starts.

Link copied to clipboard

License model information for the restored DB instance.

Link copied to clipboard

Specifies whether to manage the master user password with Amazon Web Services Secrets Manager in the restored DB instance.

Link copied to clipboard

The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager.

Link copied to clipboard

Specifies whether the DB instance is a Multi-AZ deployment.

Link copied to clipboard

The network type of the DB instance.

Link copied to clipboard

The name of the option group to be used for the restored DB instance.

Link copied to clipboard
val port: Int?

The port number on which the database accepts connections.

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

Specifies whether the DB instance is publicly accessible.

Link copied to clipboard

Specifies the storage throughput value for the DB instance.

Link copied to clipboard

Specifies the storage type to be associated with the DB instance.

Link copied to clipboard
val tags: List<Tag>?

A list of tags.

Link copied to clipboard

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

Link copied to clipboard

The password for the given ARN from the key store in order to access the device.

Link copied to clipboard

Specifies whether the DB instance class of the DB instance uses its default processor features.

Link copied to clipboard

A list of EC2 VPC security groups to associate with this DB instance.

Functions

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