Skip to content

/AWS1/CL_DOD=>CREATEDBINSTANCE()

About CreateDBInstance

Creates a new instance.

Method Signature

IMPORTING

Required arguments:

IV_DBINSTANCEIDENTIFIER TYPE /AWS1/DODSTRING /AWS1/DODSTRING

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

Constraints:

  • Must contain from 1 to 63 letters, numbers, or hyphens.

  • The first character must be a letter.

  • Cannot end with a hyphen or contain two consecutive hyphens.

Example: mydbinstance

IV_DBINSTANCECLASS TYPE /AWS1/DODSTRING /AWS1/DODSTRING

The compute and memory capacity of the instance; for example, db.r5.large.

IV_ENGINE TYPE /AWS1/DODSTRING /AWS1/DODSTRING

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

Valid value: docdb

IV_DBCLUSTERIDENTIFIER TYPE /AWS1/DODSTRING /AWS1/DODSTRING

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

Optional arguments:

IV_AVAILABILITYZONE TYPE /AWS1/DODSTRING /AWS1/DODSTRING

The Amazon EC2 Availability Zone that the instance is created in.

Default: A random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region.

Example: us-east-1d

IV_PREFERREDMAINTENANCEWIN00 TYPE /AWS1/DODSTRING /AWS1/DODSTRING

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

Format: ddd:hh24:mi-ddd:hh24:mi

The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region, occurring on a random day of the week.

Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun

Constraints: Minimum 30-minute window.

IV_AUTOMINORVERSIONUPGRADE TYPE /AWS1/DODBOOLEANOPTIONAL /AWS1/DODBOOLEANOPTIONAL

This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.

Default: false

IT_TAGS TYPE /AWS1/CL_DODTAG=>TT_TAGLIST TT_TAGLIST

The tags to be assigned to the instance. You can assign up to 10 tags to an instance.

IV_COPYTAGSTOSNAPSHOT TYPE /AWS1/DODBOOLEANOPTIONAL /AWS1/DODBOOLEANOPTIONAL

A value that indicates whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.

IV_PROMOTIONTIER TYPE /AWS1/DODINTEGEROPTIONAL /AWS1/DODINTEGEROPTIONAL

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

Default: 1

Valid values: 0-15

IV_ENABLEPERFORMANCEINSIGHTS TYPE /AWS1/DODBOOLEANOPTIONAL /AWS1/DODBOOLEANOPTIONAL

A value that indicates whether to enable Performance Insights for the DB Instance. For more information, see Using Amazon Performance Insights.

IV_PERFORMANCEINSIGHTSKMSK00 TYPE /AWS1/DODSTRING /AWS1/DODSTRING

The KMS key identifier for encryption of Performance Insights data.

The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.

If you do not specify a value for PerformanceInsightsKMSKeyId, then Amazon DocumentDB uses your default KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services region.

IV_CACERTIFICATEIDENTIFIER TYPE /AWS1/DODSTRING /AWS1/DODSTRING

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

For more information, see Updating Your Amazon DocumentDB TLS Certificates and Encrypting Data in Transit in the Amazon DocumentDB Developer Guide.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DODCREATEDBINSTRESULT /AWS1/CL_DODCREATEDBINSTRESULT