CreateDbClusterRequest

Types

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

Properties

Link copied to clipboard

A list of EC2 Availability Zones that instances in the DB cluster can be created in.

Link copied to clipboard

The number of days for which automated backups are retained. You must specify a minimum value of 1.

Link copied to clipboard

(Not supported by Neptune)

Link copied to clipboard

If set to true, tags are copied to any snapshot of the DB cluster that is created.

Link copied to clipboard

The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon Neptune will not create a database in the DB cluster you are creating.

Link copied to clipboard

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

Link copied to clipboard

The name of the DB cluster parameter group to associate with this DB cluster. If this argument is omitted, the default is used.

Link copied to clipboard

A DB subnet group to associate with this DB cluster.

Link copied to clipboard

A value that indicates whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is enabled.

Link copied to clipboard

A list of the log types that this DB cluster should export to CloudWatch Logs. Valid log types are: audit (to publish audit logs) and slowquery (to publish slow-query logs). See Publishing Neptune logs to Amazon CloudWatch logs.

Link copied to clipboard

If set to true, enables Amazon Identity and Access Management (IAM) authentication for the entire DB cluster (this cannot be set at an instance level).

Link copied to clipboard

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

Link copied to clipboard

The version number of the database engine to use for the new DB cluster.

Link copied to clipboard

The ID of the Neptune global database to which this new DB cluster should be added.

Link copied to clipboard

The Amazon KMS key identifier for an encrypted DB cluster.

Link copied to clipboard

Not supported by Neptune.

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 instances in the DB cluster accept connections.

Link copied to clipboard

The daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter.

Link copied to clipboard

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

Link copied to clipboard

This parameter is not currently supported.

Link copied to clipboard

The Amazon Resource Name (ARN) of the source DB instance or DB cluster if this DB cluster is created as a Read Replica.

Link copied to clipboard

Contains the scaling configuration of a Neptune Serverless DB cluster.

Link copied to clipboard

Specifies whether the DB cluster is encrypted.

Link copied to clipboard

The storage type to associate with the DB cluster.

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

The tags to assign to the new DB cluster.

Link copied to clipboard

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

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