ReplicationInstanceArgs class

The set of arguments for ReplicationInstance. The set of arguments for ReplicationInstance.

Constructors

ReplicationInstanceArgs({Input<int?>? allocatedStorage, Input<bool?>? allowMajorVersionUpgrade, Input<bool?>? applyImmediately, Input<bool?>? autoMinorVersionUpgrade, Input<String?>? availabilityZone, Input<String?>? dnsNameServers, Input<String?>? engineVersion, Input<ReplicationInstanceKerberosAuthenticationSettings?>? kerberosAuthenticationSettings, Input<String?>? kmsKeyArn, Input<bool?>? multiAz, Input<String?>? networkType, Input<String?>? preferredMaintenanceWindow, Input<bool?>? publiclyAccessible, Input<String?>? region, required Input<String> replicationInstanceClass, required Input<String> replicationInstanceId, Input<String?>? replicationSubnetGroupId, Input<Map<String, String>?>? tags, Input<List<String>?>? vpcSecurityGroupIds})
Creates a new ReplicationInstanceArgs. allocatedStorage The amount of storage (in gigabytes) to be initially allocated for the replication instance. allowMajorVersionUpgrade Indicates that major version upgrades are allowed. applyImmediately Indicates whether the changes should be applied immediately or during the next maintenance window. Only used when updating an existing resource. autoMinorVersionUpgrade Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window. availabilityZone The EC2 Availability Zone that the replication instance will be created in. dnsNameServers A list of custom DNS name servers supported for the replication instance to access your on-premise source or target database. This list overrides the default name servers supported by the replication instance. You can specify a comma-separated list of internet addresses for up to four on-premise DNS name servers. engineVersion The engine version number of the replication instance. kerberosAuthenticationSettings Configuration block for settings required for Kerberos authentication. See below. kmsKeyArn ARN for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for kmsKeyArn, 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. multiAz Specifies if the replication instance is a multi-az deployment. You cannot set the availabilityZone parameter if the multiAz parameter is set to true. networkType The type of IP address protocol used by a replication instance. Valid values: IPV4, DUAL. preferredMaintenanceWindow The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). publiclyAccessible 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. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. replicationInstanceClass 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. replicationInstanceId The replication instance identifier. This parameter is stored as a lowercase string. replicationSubnetGroupId A subnet group to associate with the replication instance. tags A map of tags to assign to the resource. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. vpcSecurityGroupIds 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.
const
ReplicationInstanceArgs.fromMap(Map<String, dynamic> map)
factory

Properties

allocatedStorage → Input<int?>?
The amount of storage (in gigabytes) to be initially allocated for the replication instance.
final
allowMajorVersionUpgrade → Input<bool?>?
Indicates that major version upgrades are allowed.
final
applyImmediately → Input<bool?>?
Indicates whether the changes should be applied immediately or during the next maintenance window. Only used when updating an existing resource.
final
autoMinorVersionUpgrade → Input<bool?>?
Indicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.
final
availabilityZone → Input<String?>?
The EC2 Availability Zone that the replication instance will be created in.
final
dnsNameServers → Input<String?>?
A list of custom DNS name servers supported for the replication instance to access your on-premise source or target database. This list overrides the default name servers supported by the replication instance. You can specify a comma-separated list of internet addresses for up to four on-premise DNS name servers.
final
engineVersion → Input<String?>?
The engine version number of the replication instance.
final
hashCode int
The hash code for this object.
no setterinherited
kerberosAuthenticationSettings → Input<ReplicationInstanceKerberosAuthenticationSettings?>?
Configuration block for settings required for Kerberos authentication. See below.
final
kmsKeyArn → Input<String?>?
ARN for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value for kmsKeyArn, 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.
final
multiAz → Input<bool?>?
Specifies if the replication instance is a multi-az deployment. You cannot set the availabilityZone parameter if the multiAz parameter is set to true.
final
networkType → Input<String?>?
The type of IP address protocol used by a replication instance. Valid values: IPV4, DUAL.
final
preferredMaintenanceWindow → Input<String?>?
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
final
publiclyAccessible → Input<bool?>?
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.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
replicationInstanceClass → Input<String>
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.
final
replicationInstanceId → Input<String>
The replication instance identifier. This parameter is stored as a lowercase string.
final
replicationSubnetGroupId → Input<String?>?
A subnet group to associate with the replication instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
A map of tags to assign to the resource. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
final
vpcSecurityGroupIds → Input<List<String>?>?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited