CreateDbInstanceRequest

Types

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

Properties

Link copied to clipboard

Not supported by Neptune.

Link copied to clipboard

Indicates that minor engine upgrades are applied automatically to the DB instance during the maintenance window.

Link copied to clipboard

The EC2 Availability Zone that the DB instance is created in

Link copied to clipboard

The number of days for which automated backups are retained.

Link copied to clipboard

(Not supported by Neptune)

Link copied to clipboard

True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false. The default is false.

Link copied to clipboard

The identifier of the DB cluster that the instance will belong to.

Link copied to clipboard

The compute and memory capacity of the DB instance, for example, db.m4.large. Not all DB instance classes are available in all Amazon Regions.

Link copied to clipboard

The DB instance identifier. This parameter is stored as a lowercase string.

Link copied to clipboard

Not supported.

Link copied to clipboard

The name of the DB parameter group to associate with this DB instance. If this argument is omitted, the default DBParameterGroup for the specified engine is used.

Link copied to clipboard

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

Link copied to clipboard

A DB subnet group to associate with this DB instance.

Link copied to clipboard

A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. See Deleting a DB Instance.

Link copied to clipboard

Specify the Active Directory Domain to create the instance in.

Link copied to clipboard

Specify the name of the IAM role to be used when making API calls to the Directory Service.

Link copied to clipboard

The list of log types that need to be enabled for exporting to CloudWatch Logs.

Link copied to clipboard

Not supported by Neptune (ignored).

Link copied to clipboard

(Not supported by Neptune)

Link copied to clipboard

The name of the database engine to be used for this instance.

Link copied to clipboard

The version number of the database engine to use. Currently, setting this parameter has no effect.

Link copied to clipboard
val iops: Int?

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

Link copied to clipboard

The Amazon KMS key identifier for an encrypted DB instance.

Link copied to clipboard

License model information for this DB instance.

Link copied to clipboard

Not supported by Neptune.

Link copied to clipboard

Not supported by Neptune.

Link copied to clipboard

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.

Link copied to clipboard

The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, arn:aws:iam:123456789012:role/emaccess.

Link copied to clipboard

Specifies if the DB instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the MultiAZ parameter is set to true.

Link copied to clipboard

(Not supported by Neptune)

Link copied to clipboard

(Not supported by Neptune)

Link copied to clipboard
val port: Int?

The port number on which the database accepts connections.

Link copied to clipboard

The daily time range during which automated backups are created.

Link copied to clipboard

The time range each week during which system maintenance can occur, in Universal Coordinated Time (UTC).

Link copied to clipboard

A value that specifies the order in which an Read Replica is promoted to the primary instance after a failure of the existing primary instance.

Link copied to clipboard

This flag should no longer be used.

Link copied to clipboard

Specifies whether the DB instance is encrypted.

Link copied to clipboard

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

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

The tags to assign to the new instance.

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

The time zone of the DB instance.

Link copied to clipboard

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

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