Get Replication Instance Result
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
fun GetReplicationInstanceResult(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
Properties
Link copied to clipboard
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
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