AwsDmsReplicationInstanceDetails

Provides details about an Database Migration Service (DMS) replication instance. DMS uses a replication instance to connect to your source data store, read the source data, and format the data for consumption by the target data store.

Types

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

Properties

Link copied to clipboard

The amount of storage (in gigabytes) that is allocated for the replication instance.

Link copied to clipboard

Indicates whether minor engine upgrades are applied automatically to the replication instance during the maintenance window.

Link copied to clipboard

The Availability Zone that the replication instance is created in. The default value is a random, system-chosen Availability Zone in the endpoint's Amazon Web Services Region, such as us-east-1d.

Link copied to clipboard

The engine version number of the replication instance. If an engine version number is not specified when a replication instance is created, the default is the latest engine version available.

Link copied to clipboard

An KMS key identifier that is used to encrypt the data on the replication instance. If you don't specify a value for the KmsKeyId parameter, DMS uses your default encryption key. KMS creates the default encryption key for your Amazon Web Services account. Your Amazon Web Services account has a different default encryption key for each Amazon Web Services Region.

Link copied to clipboard

Specifies whether the replication instance is deployed across multiple Availability Zones (AZs). You can't set the AvailabilityZone parameter if the MultiAZ parameter is set to true.

Link copied to clipboard

The maintenance window times for the replication instance. Upgrades to the replication instance are performed during this time.

Link copied to clipboard

Specifies the accessibility options for the replication instance. A value of true represents an instance with a public IP address. A value of false represents an instance with a private IP address. The default value is true.

Link copied to clipboard

The compute and memory capacity of the replication instance as defined for the specified replication instance class.

Link copied to clipboard

The replication instance identifier.

Link copied to clipboard

The subnet group for the replication instance.

Link copied to clipboard

The virtual private cloud (VPC) security group for the replication 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