GetReplicationInstanceResult

data class GetReplicationInstanceResult(val allocatedStorage: Int, val autoMinorVersionUpgrade: Boolean, val availabilityZone: String, val engineVersion: String, val id: String, val kmsKeyArn: String, val multiAz: Boolean, val networkType: String, val preferredMaintenanceWindow: String, val publiclyAccessible: Boolean, val replicationInstanceArn: String, val replicationInstanceClass: String, val replicationInstanceId: String, val replicationInstancePrivateIps: List<String>, val replicationInstancePublicIps: List<String>, val replicationSubnetGroupId: String, val tags: Map<String, String>, val vpcSecurityGroupIds: List<String>)

A collection of values returned by getReplicationInstance.

Constructors

Link copied to clipboard
constructor(allocatedStorage: Int, autoMinorVersionUpgrade: Boolean, availabilityZone: String, engineVersion: String, id: String, kmsKeyArn: String, multiAz: Boolean, networkType: String, preferredMaintenanceWindow: String, publiclyAccessible: Boolean, replicationInstanceArn: String, replicationInstanceClass: String, replicationInstanceId: String, replicationInstancePrivateIps: List<String>, replicationInstancePublicIps: List<String>, replicationSubnetGroupId: String, tags: Map<String, String>, vpcSecurityGroupIds: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of storage (in gigabytes) to be initially allocated for the replication instance.

Link copied to clipboard

Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.

Link copied to clipboard

The EC2 Availability Zone that the replication instance will be created in.

Link copied to clipboard

The engine version number of the replication instance.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Amazon Resource Name (ARN) for the KMS key used to encrypt the connection parameters.

Link copied to clipboard

Specifies if the replication instance is a multi-az deployment.

Link copied to clipboard

The type of IP address protocol used by the replication instance.

Link copied to clipboard

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

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.

Link copied to clipboard

The Amazon Resource Name (ARN) of the replication instance.

Link copied to clipboard

The compute and memory capacity of the replication instance as specified by the replication instance class. See AWS DMS User Guide for information on instance classes.

Link copied to clipboard
Link copied to clipboard

A list of the private IP addresses of the replication instance.

Link copied to clipboard

A list of the public IP addresses of the replication instance.

Link copied to clipboard

A subnet group to associate with the replication instance.

Link copied to clipboard
Link copied to clipboard

A set of VPC security group IDs that are used with the replication instance.