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< ? tags, Input<String, String> ?>List< ? vpcSecurityGroupIds})String> ?> -
Creates a new ReplicationInstanceArgs.
allocatedStorageThe amount of storage (in gigabytes) to be initially allocated for the replication instance.allowMajorVersionUpgradeIndicates that major version upgrades are allowed.applyImmediatelyIndicates whether the changes should be applied immediately or during the next maintenance window. Only used when updating an existing resource.autoMinorVersionUpgradeIndicates that minor engine upgrades will be applied automatically to the replication instance during the maintenance window.availabilityZoneThe EC2 Availability Zone that the replication instance will be created in.dnsNameServersA 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.engineVersionThe engine version number of the replication instance.kerberosAuthenticationSettingsConfiguration block for settings required for Kerberos authentication. See below.kmsKeyArnARN for the KMS key that will be used to encrypt the connection parameters. If you do not specify a value forkmsKeyArn, 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.multiAzSpecifies if the replication instance is a multi-az deployment. You cannot set theavailabilityZoneparameter if themultiAzparameter is set totrue.networkTypeThe type of IP address protocol used by a replication instance. Valid values:IPV4,DUAL.preferredMaintenanceWindowThe weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).publiclyAccessibleSpecifies 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.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.replicationInstanceClassThe 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.replicationInstanceIdThe replication instance identifier. This parameter is stored as a lowercase string.replicationSubnetGroupIdA subnet group to associate with the replication instance.tagsA map of tags to assign to the resource. .If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.vpcSecurityGroupIdsA 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
availabilityZoneparameter if themultiAzparameter is set totrue.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
-
A map of tags to assign to the resource. .If configured with a provider
defaultTagsconfiguration 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