GetReplicationInstanceResult

data class GetReplicationInstanceResult(val allocatedStorage: Int, val allowMajorVersionUpgrade: Boolean, val applyImmediately: Boolean, val autoMinorVersionUpgrade: Boolean, val availabilityZone: String, val engineVersion: String, val id: String, val kmsKeyArn: String, val multiAz: Boolean, 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, allowMajorVersionUpgrade: Boolean, applyImmediately: Boolean, autoMinorVersionUpgrade: Boolean, availabilityZone: String, engineVersion: String, id: String, kmsKeyArn: String, multiAz: Boolean, 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

(Default: 50, Min: 5, Max: 6144) The amount of storage (in gigabytes) to be initially allocated for the replication instance.

Link copied to clipboard

(Default: false) Indicates that major version upgrades are allowed.

Link copied to clipboard

(Default: false) Indicates whether the changes should be applied immediately or during the next maintenance window. Only used when updating an existing resource.

Link copied to clipboard

(Default: false) 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 that will be used to encrypt the connection parameters. If you do not specify a value for kms_key_arn, then AWS DMS will use your default encryption key. AWS KMS creates the default encryption key for your AWS account. Your AWS account has a different default encryption key for each AWS region.

Link copied to clipboard

Specifies if the replication instance is a multi-az deployment. You cannot set the availability_zone parameter if the multi_az parameter is set to true.

Link copied to clipboard

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

Link copied to clipboard

(Default: false) 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 available instance sizes and advice on which one to choose.

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

(Optional) A subnet group to associate with the replication instance.

Link copied to clipboard
Link copied to clipboard

(Optional) A list of VPC security group IDs to be used with the replication instance. The VPC security groups must work with the VPC containing the replication instance.