RestoreDbInstanceToPointInTimeRequest

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 minor version upgrades are applied automatically 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

The location for storing automated backups and manual snapshots for the restored DB instance.

Link copied to clipboard

Specifies whether to copy all tags from the restored DB instance to snapshots of the DB instance. By default, tags are not copied.

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 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 database name 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 DB subnet group name 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 the DB instance has deletion protection enabled. 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. Create the domain before running this command. Currently, you can create only the 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 that the restored DB instance is to export to CloudWatch Logs. The values in the list depend on the DB engine being used. 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 isn't enabled.

Link copied to clipboard

The database engine to use for the new instance.

Link copied to clipboard
val iops: Int?

The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance.

Link copied to clipboard

The license model information for the restored DB instance.

Link copied to clipboard

The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.

Link copied to clipboard

Secifies 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 use 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

The date and time to restore from.

Link copied to clipboard

The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE.

Link copied to clipboard

The identifier of the source DB instance from which to restore.

Link copied to clipboard

The resource ID of the source DB instance from which to restore.

Link copied to clipboard

The storage throughput value for the DB instance.

Link copied to clipboard

The storage type to associate with the DB instance.

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

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.

Link copied to clipboard

The name of the new DB instance to create.

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

Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time.

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