RestoreFromDbBackupRequest

Types

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

Properties

Link copied to clipboard

A list of backup configurations to apply to the restored resource.

Link copied to clipboard

The identifier of the backup to restore from.

Link copied to clipboard

Specifies the deployment type of the restored resource. Valid values are SINGLE_AZ, WITH_MULTIAZ_STANDBY, and MULTI_NODE_READ_REPLICAS.

Link copied to clipboard

The Amazon Web Services KMS key identifier to use for encryption of the restored resource. Can be a key ID, key ARN, alias name, or alias ARN.

Link copied to clipboard

Configuration for sending InfluxDB engine logs to the specified S3 bucket for the restored resource.

Link copied to clipboard

The maintenance schedule for the restored resource.

Link copied to clipboard
val name: String?

The name of the new resource to create from the restore. If restoring to an existing resource, the name must match the existing resource name.

Link copied to clipboard

Specifies the network type of the restored resource. Valid values are IPV4 and DUAL.

Link copied to clipboard
val port: Int?

The port number on which the restored InfluxDB resource accepts connections.

Link copied to clipboard

Specifies whether the restored resource is publicly accessible.

Link copied to clipboard

Specifies whether to restore to a new resource or replace the existing resource. Valid values are NEW_RESOURCE (default) and REPLACE_EXISTING.

Link copied to clipboard

The point in time to restore to, for continuous backups. Must be within the backup's retention window.

Link copied to clipboard

A list of key-value pairs to associate with the restored resource.

Link copied to clipboard

A list of VPC security group IDs for the restored resource. If not specified, the restored resource uses the same security groups as the backup.

Link copied to clipboard

A list of VPC subnet IDs for the restored resource. If not specified, the restored resource uses the same subnets as the backup.

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