aws-sdk-databasemigrationservice 1.53.0 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +463 -235
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +48 -1
- data/lib/aws-sdk-databasemigrationservice/types.rb +1040 -548
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- metadata +5 -6
@@ -20,6 +20,7 @@ module Aws::DatabaseMigrationService
|
|
20
20
|
AddTagsToResourceResponse = Shapes::StructureShape.new(name: 'AddTagsToResourceResponse')
|
21
21
|
ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
|
22
22
|
ApplyPendingMaintenanceActionResponse = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResponse')
|
23
|
+
ArnList = Shapes::ListShape.new(name: 'ArnList')
|
23
24
|
AuthMechanismValue = Shapes::StringShape.new(name: 'AuthMechanismValue')
|
24
25
|
AuthTypeValue = Shapes::StringShape.new(name: 'AuthTypeValue')
|
25
26
|
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
@@ -28,6 +29,7 @@ module Aws::DatabaseMigrationService
|
|
28
29
|
BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
|
29
30
|
CancelReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunMessage')
|
30
31
|
CancelReplicationTaskAssessmentRunResponse = Shapes::StructureShape.new(name: 'CancelReplicationTaskAssessmentRunResponse')
|
32
|
+
CannedAclForObjectsValue = Shapes::StringShape.new(name: 'CannedAclForObjectsValue')
|
31
33
|
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
32
34
|
CertificateList = Shapes::ListShape.new(name: 'CertificateList')
|
33
35
|
CertificateWallet = Shapes::BlobShape.new(name: 'CertificateWallet')
|
@@ -140,6 +142,7 @@ module Aws::DatabaseMigrationService
|
|
140
142
|
IndividualAssessmentNameList = Shapes::ListShape.new(name: 'IndividualAssessmentNameList')
|
141
143
|
InsufficientResourceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientResourceCapacityFault')
|
142
144
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
145
|
+
IntegerList = Shapes::ListShape.new(name: 'IntegerList')
|
143
146
|
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
144
147
|
InvalidCertificateFault = Shapes::StructureShape.new(name: 'InvalidCertificateFault')
|
145
148
|
InvalidResourceStateFault = Shapes::StructureShape.new(name: 'InvalidResourceStateFault')
|
@@ -184,9 +187,12 @@ module Aws::DatabaseMigrationService
|
|
184
187
|
PendingMaintenanceAction = Shapes::StructureShape.new(name: 'PendingMaintenanceAction')
|
185
188
|
PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
|
186
189
|
PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
|
190
|
+
PluginNameValue = Shapes::StringShape.new(name: 'PluginNameValue')
|
187
191
|
PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
|
188
192
|
RebootReplicationInstanceMessage = Shapes::StructureShape.new(name: 'RebootReplicationInstanceMessage')
|
189
193
|
RebootReplicationInstanceResponse = Shapes::StructureShape.new(name: 'RebootReplicationInstanceResponse')
|
194
|
+
RedisAuthTypeValue = Shapes::StringShape.new(name: 'RedisAuthTypeValue')
|
195
|
+
RedisSettings = Shapes::StructureShape.new(name: 'RedisSettings')
|
190
196
|
RedshiftSettings = Shapes::StructureShape.new(name: 'RedshiftSettings')
|
191
197
|
RefreshSchemasMessage = Shapes::StructureShape.new(name: 'RefreshSchemasMessage')
|
192
198
|
RefreshSchemasResponse = Shapes::StructureShape.new(name: 'RefreshSchemasResponse')
|
@@ -234,6 +240,7 @@ module Aws::DatabaseMigrationService
|
|
234
240
|
SecretString = Shapes::StringShape.new(name: 'SecretString')
|
235
241
|
SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
|
236
242
|
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
243
|
+
SslSecurityProtocolValue = Shapes::StringShape.new(name: 'SslSecurityProtocolValue')
|
237
244
|
StartReplicationTaskAssessmentMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentMessage')
|
238
245
|
StartReplicationTaskAssessmentResponse = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentResponse')
|
239
246
|
StartReplicationTaskAssessmentRunMessage = Shapes::StructureShape.new(name: 'StartReplicationTaskAssessmentRunMessage')
|
@@ -291,6 +298,8 @@ module Aws::DatabaseMigrationService
|
|
291
298
|
ApplyPendingMaintenanceActionResponse.add_member(:resource_pending_maintenance_actions, Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions"))
|
292
299
|
ApplyPendingMaintenanceActionResponse.struct_class = Types::ApplyPendingMaintenanceActionResponse
|
293
300
|
|
301
|
+
ArnList.member = Shapes::ShapeRef.new(shape: String)
|
302
|
+
|
294
303
|
AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
295
304
|
AvailabilityZone.struct_class = Types::AvailabilityZone
|
296
305
|
|
@@ -358,6 +367,7 @@ module Aws::DatabaseMigrationService
|
|
358
367
|
CreateEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
359
368
|
CreateEndpointMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
360
369
|
CreateEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
370
|
+
CreateEndpointMessage.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
|
361
371
|
CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
|
362
372
|
|
363
373
|
CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -735,6 +745,7 @@ module Aws::DatabaseMigrationService
|
|
735
745
|
Endpoint.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
736
746
|
Endpoint.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
737
747
|
Endpoint.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
748
|
+
Endpoint.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
|
738
749
|
Endpoint.struct_class = Types::Endpoint
|
739
750
|
|
740
751
|
EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
|
@@ -747,6 +758,7 @@ module Aws::DatabaseMigrationService
|
|
747
758
|
EndpointSetting.add_member(:applicability, Shapes::ShapeRef.new(shape: String, location_name: "Applicability"))
|
748
759
|
EndpointSetting.add_member(:int_value_min, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IntValueMin"))
|
749
760
|
EndpointSetting.add_member(:int_value_max, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IntValueMax"))
|
761
|
+
EndpointSetting.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
|
750
762
|
EndpointSetting.struct_class = Types::EndpointSetting
|
751
763
|
|
752
764
|
EndpointSettingEnumValues.member = Shapes::ShapeRef.new(shape: String)
|
@@ -821,6 +833,8 @@ module Aws::DatabaseMigrationService
|
|
821
833
|
InsufficientResourceCapacityFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
822
834
|
InsufficientResourceCapacityFault.struct_class = Types::InsufficientResourceCapacityFault
|
823
835
|
|
836
|
+
IntegerList.member = Shapes::ShapeRef.new(shape: Integer)
|
837
|
+
|
824
838
|
InvalidCertificateFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
825
839
|
InvalidCertificateFault.struct_class = Types::InvalidCertificateFault
|
826
840
|
|
@@ -868,6 +882,7 @@ module Aws::DatabaseMigrationService
|
|
868
882
|
KafkaSettings.add_member(:ssl_ca_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "SslCaCertificateArn"))
|
869
883
|
KafkaSettings.add_member(:sasl_username, Shapes::ShapeRef.new(shape: String, location_name: "SaslUsername"))
|
870
884
|
KafkaSettings.add_member(:sasl_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "SaslPassword"))
|
885
|
+
KafkaSettings.add_member(:no_hex_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoHexPrefix"))
|
871
886
|
KafkaSettings.struct_class = Types::KafkaSettings
|
872
887
|
|
873
888
|
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -881,9 +896,11 @@ module Aws::DatabaseMigrationService
|
|
881
896
|
KinesisSettings.add_member(:include_table_alter_operations, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeTableAlterOperations"))
|
882
897
|
KinesisSettings.add_member(:include_control_details, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeControlDetails"))
|
883
898
|
KinesisSettings.add_member(:include_null_and_empty, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IncludeNullAndEmpty"))
|
899
|
+
KinesisSettings.add_member(:no_hex_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoHexPrefix"))
|
884
900
|
KinesisSettings.struct_class = Types::KinesisSettings
|
885
901
|
|
886
|
-
ListTagsForResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String,
|
902
|
+
ListTagsForResourceMessage.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
903
|
+
ListTagsForResourceMessage.add_member(:resource_arn_list, Shapes::ShapeRef.new(shape: ArnList, location_name: "ResourceArnList"))
|
887
904
|
ListTagsForResourceMessage.struct_class = Types::ListTagsForResourceMessage
|
888
905
|
|
889
906
|
ListTagsForResourceResponse.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
@@ -935,6 +952,8 @@ module Aws::DatabaseMigrationService
|
|
935
952
|
ModifyEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
936
953
|
ModifyEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
937
954
|
ModifyEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
955
|
+
ModifyEndpointMessage.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
|
956
|
+
ModifyEndpointMessage.add_member(:exact_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExactSettings"))
|
938
957
|
ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
|
939
958
|
|
940
959
|
ModifyEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -1039,6 +1058,7 @@ module Aws::DatabaseMigrationService
|
|
1039
1058
|
OracleSettings.add_member(:add_supplemental_logging, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddSupplementalLogging"))
|
1040
1059
|
OracleSettings.add_member(:archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ArchivedLogDestId"))
|
1041
1060
|
OracleSettings.add_member(:additional_archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AdditionalArchivedLogDestId"))
|
1061
|
+
OracleSettings.add_member(:extra_archived_log_dest_ids, Shapes::ShapeRef.new(shape: IntegerList, location_name: "ExtraArchivedLogDestIds"))
|
1042
1062
|
OracleSettings.add_member(:allow_select_nested_tables, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AllowSelectNestedTables"))
|
1043
1063
|
OracleSettings.add_member(:parallel_asm_read_threads, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ParallelAsmReadThreads"))
|
1044
1064
|
OracleSettings.add_member(:read_ahead_blocks, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ReadAheadBlocks"))
|
@@ -1066,7 +1086,11 @@ module Aws::DatabaseMigrationService
|
|
1066
1086
|
OracleSettings.add_member(:security_db_encryption_name, Shapes::ShapeRef.new(shape: String, location_name: "SecurityDbEncryptionName"))
|
1067
1087
|
OracleSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
1068
1088
|
OracleSettings.add_member(:spatial_data_option_to_geo_json_function_name, Shapes::ShapeRef.new(shape: String, location_name: "SpatialDataOptionToGeoJsonFunctionName"))
|
1089
|
+
OracleSettings.add_member(:standby_delay_time, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "StandbyDelayTime"))
|
1069
1090
|
OracleSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
1091
|
+
OracleSettings.add_member(:use_b_file, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseBFile"))
|
1092
|
+
OracleSettings.add_member(:use_direct_path_full_load, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseDirectPathFullLoad"))
|
1093
|
+
OracleSettings.add_member(:use_logminer_reader, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseLogminerReader"))
|
1070
1094
|
OracleSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
|
1071
1095
|
OracleSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
|
1072
1096
|
OracleSettings.add_member(:secrets_manager_oracle_asm_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerOracleAsmAccessRoleArn"))
|
@@ -1105,11 +1129,15 @@ module Aws::DatabaseMigrationService
|
|
1105
1129
|
PostgreSQLSettings.add_member(:ddl_artifacts_schema, Shapes::ShapeRef.new(shape: String, location_name: "DdlArtifactsSchema"))
|
1106
1130
|
PostgreSQLSettings.add_member(:execute_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ExecuteTimeout"))
|
1107
1131
|
PostgreSQLSettings.add_member(:fail_tasks_on_lob_truncation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "FailTasksOnLobTruncation"))
|
1132
|
+
PostgreSQLSettings.add_member(:heartbeat_enable, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "HeartbeatEnable"))
|
1133
|
+
PostgreSQLSettings.add_member(:heartbeat_schema, Shapes::ShapeRef.new(shape: String, location_name: "HeartbeatSchema"))
|
1134
|
+
PostgreSQLSettings.add_member(:heartbeat_frequency, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "HeartbeatFrequency"))
|
1108
1135
|
PostgreSQLSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
1109
1136
|
PostgreSQLSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1110
1137
|
PostgreSQLSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
1111
1138
|
PostgreSQLSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
1112
1139
|
PostgreSQLSettings.add_member(:slot_name, Shapes::ShapeRef.new(shape: String, location_name: "SlotName"))
|
1140
|
+
PostgreSQLSettings.add_member(:plugin_name, Shapes::ShapeRef.new(shape: PluginNameValue, location_name: "PluginName"))
|
1113
1141
|
PostgreSQLSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
|
1114
1142
|
PostgreSQLSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
|
1115
1143
|
PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
|
@@ -1121,6 +1149,15 @@ module Aws::DatabaseMigrationService
|
|
1121
1149
|
RebootReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
|
1122
1150
|
RebootReplicationInstanceResponse.struct_class = Types::RebootReplicationInstanceResponse
|
1123
1151
|
|
1152
|
+
RedisSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServerName"))
|
1153
|
+
RedisSettings.add_member(:port, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Port"))
|
1154
|
+
RedisSettings.add_member(:ssl_security_protocol, Shapes::ShapeRef.new(shape: SslSecurityProtocolValue, location_name: "SslSecurityProtocol"))
|
1155
|
+
RedisSettings.add_member(:auth_type, Shapes::ShapeRef.new(shape: RedisAuthTypeValue, location_name: "AuthType"))
|
1156
|
+
RedisSettings.add_member(:auth_user_name, Shapes::ShapeRef.new(shape: String, location_name: "AuthUserName"))
|
1157
|
+
RedisSettings.add_member(:auth_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "AuthPassword"))
|
1158
|
+
RedisSettings.add_member(:ssl_ca_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "SslCaCertificateArn"))
|
1159
|
+
RedisSettings.struct_class = Types::RedisSettings
|
1160
|
+
|
1124
1161
|
RedshiftSettings.add_member(:accept_any_date, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AcceptAnyDate"))
|
1125
1162
|
RedshiftSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
|
1126
1163
|
RedshiftSettings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
|
@@ -1361,6 +1398,14 @@ module Aws::DatabaseMigrationService
|
|
1361
1398
|
S3Settings.add_member(:csv_no_sup_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNoSupValue"))
|
1362
1399
|
S3Settings.add_member(:preserve_transactions, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PreserveTransactions"))
|
1363
1400
|
S3Settings.add_member(:cdc_path, Shapes::ShapeRef.new(shape: String, location_name: "CdcPath"))
|
1401
|
+
S3Settings.add_member(:canned_acl_for_objects, Shapes::ShapeRef.new(shape: CannedAclForObjectsValue, location_name: "CannedAclForObjects"))
|
1402
|
+
S3Settings.add_member(:add_column_name, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddColumnName"))
|
1403
|
+
S3Settings.add_member(:cdc_max_batch_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CdcMaxBatchInterval"))
|
1404
|
+
S3Settings.add_member(:cdc_min_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "CdcMinFileSize"))
|
1405
|
+
S3Settings.add_member(:csv_null_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNullValue"))
|
1406
|
+
S3Settings.add_member(:ignore_header_rows, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IgnoreHeaderRows"))
|
1407
|
+
S3Settings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
1408
|
+
S3Settings.add_member(:rfc_4180, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Rfc4180"))
|
1364
1409
|
S3Settings.struct_class = Types::S3Settings
|
1365
1410
|
|
1366
1411
|
SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
@@ -1473,6 +1518,7 @@ module Aws::DatabaseMigrationService
|
|
1473
1518
|
|
1474
1519
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
1475
1520
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
1521
|
+
Tag.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResourceArn"))
|
1476
1522
|
Tag.struct_class = Types::Tag
|
1477
1523
|
|
1478
1524
|
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
@@ -2116,6 +2162,7 @@ module Aws::DatabaseMigrationService
|
|
2116
2162
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
2117
2163
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2118
2164
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2165
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
|
2119
2166
|
end)
|
2120
2167
|
|
2121
2168
|
api.add_operation(:reboot_replication_instance, Seahorse::Model::Operation.new.tap do |o|
|
@@ -10,7 +10,7 @@
|
|
10
10
|
module Aws::DatabaseMigrationService
|
11
11
|
module Types
|
12
12
|
|
13
|
-
#
|
13
|
+
# DMS was denied access to the endpoint. Check that the role is
|
14
14
|
# correctly configured.
|
15
15
|
#
|
16
16
|
# @!attribute [rw] message
|
@@ -24,11 +24,11 @@ module Aws::DatabaseMigrationService
|
|
24
24
|
include Aws::Structure
|
25
25
|
end
|
26
26
|
|
27
|
-
# Describes a quota for an
|
28
|
-
# replication instances allowed.
|
27
|
+
# Describes a quota for an Amazon Web Services account, for example the
|
28
|
+
# number of replication instances allowed.
|
29
29
|
#
|
30
30
|
# @!attribute [rw] account_quota_name
|
31
|
-
# The name of the
|
31
|
+
# The name of the DMS quota for this Amazon Web Services account.
|
32
32
|
# @return [String]
|
33
33
|
#
|
34
34
|
# @!attribute [rw] used
|
@@ -49,7 +49,7 @@ module Aws::DatabaseMigrationService
|
|
49
49
|
include Aws::Structure
|
50
50
|
end
|
51
51
|
|
52
|
-
# Associates a set of tags with an
|
52
|
+
# Associates a set of tags with an DMS resource.
|
53
53
|
#
|
54
54
|
# @note When making an API call, you may pass AddTagsToResourceMessage
|
55
55
|
# data as a hash:
|
@@ -60,15 +60,16 @@ module Aws::DatabaseMigrationService
|
|
60
60
|
# {
|
61
61
|
# key: "String",
|
62
62
|
# value: "String",
|
63
|
+
# resource_arn: "String",
|
63
64
|
# },
|
64
65
|
# ],
|
65
66
|
# }
|
66
67
|
#
|
67
68
|
# @!attribute [rw] resource_arn
|
68
|
-
# Identifies the
|
69
|
-
#
|
69
|
+
# Identifies the DMS resource to which tags should be added. The value
|
70
|
+
# for this parameter is an Amazon Resource Name (ARN).
|
70
71
|
#
|
71
|
-
# For
|
72
|
+
# For DMS, you can tag a replication instance, an endpoint, or a
|
72
73
|
# replication task.
|
73
74
|
# @return [String]
|
74
75
|
#
|
@@ -99,8 +100,8 @@ module Aws::DatabaseMigrationService
|
|
99
100
|
# }
|
100
101
|
#
|
101
102
|
# @!attribute [rw] replication_instance_arn
|
102
|
-
# The Amazon Resource Name (ARN) of the
|
103
|
-
#
|
103
|
+
# The Amazon Resource Name (ARN) of the DMS resource that the pending
|
104
|
+
# maintenance action applies to.
|
104
105
|
# @return [String]
|
105
106
|
#
|
106
107
|
# @!attribute [rw] apply_action
|
@@ -134,8 +135,8 @@ module Aws::DatabaseMigrationService
|
|
134
135
|
end
|
135
136
|
|
136
137
|
# @!attribute [rw] resource_pending_maintenance_actions
|
137
|
-
# The
|
138
|
-
#
|
138
|
+
# The DMS resource that the pending maintenance action will be applied
|
139
|
+
# to.
|
139
140
|
# @return [Types::ResourcePendingMaintenanceActions]
|
140
141
|
#
|
141
142
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ApplyPendingMaintenanceActionResponse AWS API Documentation
|
@@ -149,9 +150,9 @@ module Aws::DatabaseMigrationService
|
|
149
150
|
# The name of an Availability Zone for use during database migration.
|
150
151
|
# `AvailabilityZone` is an optional parameter to the [
|
151
152
|
# `CreateReplicationInstance` ][1] operation, and it’s value relates to
|
152
|
-
# the
|
153
|
-
# an endpoint in the us-east-1 region might be
|
154
|
-
# us-east-1c, or us-east-1d.
|
153
|
+
# the Amazon Web Services Region of an endpoint. For example, the
|
154
|
+
# availability zone of an endpoint in the us-east-1 region might be
|
155
|
+
# us-east-1a, us-east-1b, us-east-1c, or us-east-1d.
|
155
156
|
#
|
156
157
|
#
|
157
158
|
#
|
@@ -337,6 +338,7 @@ module Aws::DatabaseMigrationService
|
|
337
338
|
# {
|
338
339
|
# key: "String",
|
339
340
|
# value: "String",
|
341
|
+
# resource_arn: "String",
|
340
342
|
# },
|
341
343
|
# ],
|
342
344
|
# certificate_arn: "String",
|
@@ -375,6 +377,14 @@ module Aws::DatabaseMigrationService
|
|
375
377
|
# csv_no_sup_value: "String",
|
376
378
|
# preserve_transactions: false,
|
377
379
|
# cdc_path: "String",
|
380
|
+
# canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
|
381
|
+
# add_column_name: false,
|
382
|
+
# cdc_max_batch_interval: 1,
|
383
|
+
# cdc_min_file_size: 1,
|
384
|
+
# csv_null_value: "String",
|
385
|
+
# ignore_header_rows: 1,
|
386
|
+
# max_file_size: 1,
|
387
|
+
# rfc_4180: false,
|
378
388
|
# },
|
379
389
|
# dms_transfer_settings: {
|
380
390
|
# service_access_role_arn: "String",
|
@@ -406,6 +416,7 @@ module Aws::DatabaseMigrationService
|
|
406
416
|
# include_table_alter_operations: false,
|
407
417
|
# include_control_details: false,
|
408
418
|
# include_null_and_empty: false,
|
419
|
+
# no_hex_prefix: false,
|
409
420
|
# },
|
410
421
|
# kafka_settings: {
|
411
422
|
# broker: "String",
|
@@ -425,6 +436,7 @@ module Aws::DatabaseMigrationService
|
|
425
436
|
# ssl_ca_certificate_arn: "String",
|
426
437
|
# sasl_username: "String",
|
427
438
|
# sasl_password: "SecretString",
|
439
|
+
# no_hex_prefix: false,
|
428
440
|
# },
|
429
441
|
# elasticsearch_settings: {
|
430
442
|
# service_access_role_arn: "String", # required
|
@@ -481,11 +493,15 @@ module Aws::DatabaseMigrationService
|
|
481
493
|
# ddl_artifacts_schema: "String",
|
482
494
|
# execute_timeout: 1,
|
483
495
|
# fail_tasks_on_lob_truncation: false,
|
496
|
+
# heartbeat_enable: false,
|
497
|
+
# heartbeat_schema: "String",
|
498
|
+
# heartbeat_frequency: 1,
|
484
499
|
# password: "SecretString",
|
485
500
|
# port: 1,
|
486
501
|
# server_name: "String",
|
487
502
|
# username: "String",
|
488
503
|
# slot_name: "String",
|
504
|
+
# plugin_name: "no-preference", # accepts no-preference, test-decoding, pglogical
|
489
505
|
# secrets_manager_access_role_arn: "String",
|
490
506
|
# secrets_manager_secret_id: "String",
|
491
507
|
# },
|
@@ -509,6 +525,7 @@ module Aws::DatabaseMigrationService
|
|
509
525
|
# add_supplemental_logging: false,
|
510
526
|
# archived_log_dest_id: 1,
|
511
527
|
# additional_archived_log_dest_id: 1,
|
528
|
+
# extra_archived_log_dest_ids: [1],
|
512
529
|
# allow_select_nested_tables: false,
|
513
530
|
# parallel_asm_read_threads: 1,
|
514
531
|
# read_ahead_blocks: 1,
|
@@ -536,7 +553,11 @@ module Aws::DatabaseMigrationService
|
|
536
553
|
# security_db_encryption_name: "String",
|
537
554
|
# server_name: "String",
|
538
555
|
# spatial_data_option_to_geo_json_function_name: "String",
|
556
|
+
# standby_delay_time: 1,
|
539
557
|
# username: "String",
|
558
|
+
# use_b_file: false,
|
559
|
+
# use_direct_path_full_load: false,
|
560
|
+
# use_logminer_reader: false,
|
540
561
|
# secrets_manager_access_role_arn: "String",
|
541
562
|
# secrets_manager_secret_id: "String",
|
542
563
|
# secrets_manager_oracle_asm_access_role_arn: "String",
|
@@ -593,6 +614,15 @@ module Aws::DatabaseMigrationService
|
|
593
614
|
# secrets_manager_access_role_arn: "String",
|
594
615
|
# secrets_manager_secret_id: "String",
|
595
616
|
# },
|
617
|
+
# redis_settings: {
|
618
|
+
# server_name: "String", # required
|
619
|
+
# port: 1, # required
|
620
|
+
# ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
|
621
|
+
# auth_type: "none", # accepts none, auth-role, auth-token
|
622
|
+
# auth_user_name: "String",
|
623
|
+
# auth_password: "SecretString",
|
624
|
+
# ssl_ca_certificate_arn: "String",
|
625
|
+
# },
|
596
626
|
# }
|
597
627
|
#
|
598
628
|
# @!attribute [rw] endpoint_identifier
|
@@ -631,7 +661,8 @@ module Aws::DatabaseMigrationService
|
|
631
661
|
# @return [Integer]
|
632
662
|
#
|
633
663
|
# @!attribute [rw] database_name
|
634
|
-
# The name of the endpoint database.
|
664
|
+
# The name of the endpoint database. For a MySQL source or target
|
665
|
+
# endpoint, do not specify DatabaseName.
|
635
666
|
# @return [String]
|
636
667
|
#
|
637
668
|
# @!attribute [rw] extra_connection_attributes
|
@@ -639,9 +670,8 @@ module Aws::DatabaseMigrationService
|
|
639
670
|
# is specified as a name-value pair associated by an equal sign (=).
|
640
671
|
# Multiple attributes are separated by a semicolon (;) with no
|
641
672
|
# additional white space. For information on the attributes available
|
642
|
-
# for connecting your source or target endpoint, see [Working with
|
643
|
-
#
|
644
|
-
# Guide.*
|
673
|
+
# for connecting your source or target endpoint, see [Working with DMS
|
674
|
+
# Endpoints][1] in the *Database Migration Service User Guide.*
|
645
675
|
#
|
646
676
|
#
|
647
677
|
#
|
@@ -649,15 +679,15 @@ module Aws::DatabaseMigrationService
|
|
649
679
|
# @return [String]
|
650
680
|
#
|
651
681
|
# @!attribute [rw] kms_key_id
|
652
|
-
# An
|
682
|
+
# An KMS key identifier that is used to encrypt the connection
|
653
683
|
# parameters for the endpoint.
|
654
684
|
#
|
655
|
-
# If you don't specify a value for the `KmsKeyId` parameter, then
|
656
|
-
#
|
685
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
686
|
+
# uses your default encryption key.
|
657
687
|
#
|
658
|
-
#
|
659
|
-
# Your
|
660
|
-
# Region.
|
688
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
689
|
+
# account. Your Amazon Web Services account has a different default
|
690
|
+
# encryption key for each Amazon Web Services Region.
|
661
691
|
# @return [String]
|
662
692
|
#
|
663
693
|
# @!attribute [rw] tags
|
@@ -675,7 +705,8 @@ module Aws::DatabaseMigrationService
|
|
675
705
|
#
|
676
706
|
# @!attribute [rw] service_access_role_arn
|
677
707
|
# The Amazon Resource Name (ARN) for the service access role that you
|
678
|
-
# want to use to create the endpoint.
|
708
|
+
# want to use to create the endpoint. The role must allow the
|
709
|
+
# `iam:PassRole` action.
|
679
710
|
# @return [String]
|
680
711
|
#
|
681
712
|
# @!attribute [rw] external_table_definition
|
@@ -685,19 +716,19 @@ module Aws::DatabaseMigrationService
|
|
685
716
|
# @!attribute [rw] dynamo_db_settings
|
686
717
|
# Settings in JSON format for the target Amazon DynamoDB endpoint. For
|
687
718
|
# information about other available settings, see [Using Object
|
688
|
-
# Mapping to Migrate Data to DynamoDB][1] in the *
|
689
|
-
#
|
719
|
+
# Mapping to Migrate Data to DynamoDB][1] in the *Database Migration
|
720
|
+
# Service User Guide.*
|
690
721
|
#
|
691
722
|
#
|
692
723
|
#
|
693
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html
|
724
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping
|
694
725
|
# @return [Types::DynamoDbSettings]
|
695
726
|
#
|
696
727
|
# @!attribute [rw] s3_settings
|
697
728
|
# Settings in JSON format for the target Amazon S3 endpoint. For more
|
698
729
|
# information about the available settings, see [Extra Connection
|
699
|
-
# Attributes When Using Amazon S3 as a Target for
|
700
|
-
# *
|
730
|
+
# Attributes When Using Amazon S3 as a Target for DMS][1] in the
|
731
|
+
# *Database Migration Service User Guide.*
|
701
732
|
#
|
702
733
|
#
|
703
734
|
#
|
@@ -711,27 +742,24 @@ module Aws::DatabaseMigrationService
|
|
711
742
|
# Possible settings include the following:
|
712
743
|
#
|
713
744
|
# * `ServiceAccessRoleArn` - The IAM role that has permission to
|
714
|
-
# access the Amazon S3 bucket.
|
745
|
+
# access the Amazon S3 bucket. The role must allow the
|
746
|
+
# `iam:PassRole` action.
|
715
747
|
#
|
716
748
|
# * `BucketName` - The name of the S3 bucket to use.
|
717
749
|
#
|
718
|
-
# * `CompressionType` - An optional parameter to use GZIP to compress
|
719
|
-
# the target files. To use GZIP, set this value to `NONE` (the
|
720
|
-
# default). To keep the files uncompressed, don't use this value.
|
721
|
-
#
|
722
750
|
# Shorthand syntax for these settings is as follows:
|
723
|
-
# `ServiceAccessRoleArn=string,BucketName=string
|
751
|
+
# `ServiceAccessRoleArn=string,BucketName=string`
|
724
752
|
#
|
725
753
|
# JSON syntax for these settings is as follows: `\{
|
726
|
-
# "ServiceAccessRoleArn": "string", "BucketName": "string",
|
727
|
-
# "CompressionType": "none"|"gzip" \} `
|
754
|
+
# "ServiceAccessRoleArn": "string", "BucketName": "string", \} `
|
728
755
|
# @return [Types::DmsTransferSettings]
|
729
756
|
#
|
730
757
|
# @!attribute [rw] mongo_db_settings
|
731
758
|
# Settings in JSON format for the source MongoDB endpoint. For more
|
732
|
-
# information about the available settings, see [
|
733
|
-
#
|
734
|
-
# Migration Service User
|
759
|
+
# information about the available settings, see [Endpoint
|
760
|
+
# configuration settings when using MongoDB as a source for Database
|
761
|
+
# Migration Service][1] in the *Database Migration Service User
|
762
|
+
# Guide.*
|
735
763
|
#
|
736
764
|
#
|
737
765
|
#
|
@@ -741,31 +769,30 @@ module Aws::DatabaseMigrationService
|
|
741
769
|
# @!attribute [rw] kinesis_settings
|
742
770
|
# Settings in JSON format for the target endpoint for Amazon Kinesis
|
743
771
|
# Data Streams. For more information about the available settings, see
|
744
|
-
# [Using
|
745
|
-
#
|
746
|
-
# Guide.*
|
772
|
+
# [Using object mapping to migrate data to a Kinesis data stream][1]
|
773
|
+
# in the *Database Migration Service User Guide.*
|
747
774
|
#
|
748
775
|
#
|
749
776
|
#
|
750
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html
|
777
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping
|
751
778
|
# @return [Types::KinesisSettings]
|
752
779
|
#
|
753
780
|
# @!attribute [rw] kafka_settings
|
754
781
|
# Settings in JSON format for the target Apache Kafka endpoint. For
|
755
|
-
# more information about the available settings, see [Using
|
756
|
-
#
|
757
|
-
#
|
782
|
+
# more information about the available settings, see [Using object
|
783
|
+
# mapping to migrate data to a Kafka topic][1] in the *Database
|
784
|
+
# Migration Service User Guide.*
|
758
785
|
#
|
759
786
|
#
|
760
787
|
#
|
761
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html
|
788
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping
|
762
789
|
# @return [Types::KafkaSettings]
|
763
790
|
#
|
764
791
|
# @!attribute [rw] elasticsearch_settings
|
765
792
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
766
793
|
# more information about the available settings, see [Extra Connection
|
767
|
-
# Attributes When Using Elasticsearch as a Target for
|
768
|
-
#
|
794
|
+
# Attributes When Using Elasticsearch as a Target for DMS][1] in the
|
795
|
+
# *Database Migration Service User Guide*.
|
769
796
|
#
|
770
797
|
#
|
771
798
|
#
|
@@ -775,8 +802,8 @@ module Aws::DatabaseMigrationService
|
|
775
802
|
# @!attribute [rw] neptune_settings
|
776
803
|
# Settings in JSON format for the target Amazon Neptune endpoint. For
|
777
804
|
# more information about the available settings, see [Specifying
|
778
|
-
#
|
779
|
-
# Database Migration Service User Guide.*
|
805
|
+
# graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a
|
806
|
+
# target][1] in the *Database Migration Service User Guide.*
|
780
807
|
#
|
781
808
|
#
|
782
809
|
#
|
@@ -790,80 +817,78 @@ module Aws::DatabaseMigrationService
|
|
790
817
|
# @!attribute [rw] postgre_sql_settings
|
791
818
|
# Settings in JSON format for the source and target PostgreSQL
|
792
819
|
# endpoint. For information about other available settings, see [Extra
|
793
|
-
# connection attributes when using PostgreSQL as a source for
|
794
|
-
#
|
795
|
-
#
|
796
|
-
# Guide.*
|
820
|
+
# connection attributes when using PostgreSQL as a source for DMS][1]
|
821
|
+
# and [ Extra connection attributes when using PostgreSQL as a target
|
822
|
+
# for DMS][2] in the *Database Migration Service User Guide.*
|
797
823
|
#
|
798
824
|
#
|
799
825
|
#
|
800
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html
|
801
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html
|
826
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib
|
827
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib
|
802
828
|
# @return [Types::PostgreSQLSettings]
|
803
829
|
#
|
804
830
|
# @!attribute [rw] my_sql_settings
|
805
831
|
# Settings in JSON format for the source and target MySQL endpoint.
|
806
832
|
# For information about other available settings, see [Extra
|
807
|
-
# connection attributes when using MySQL as a source for
|
808
|
-
#
|
809
|
-
#
|
810
|
-
#
|
833
|
+
# connection attributes when using MySQL as a source for DMS][1] and
|
834
|
+
# [Extra connection attributes when using a MySQL-compatible database
|
835
|
+
# as a target for DMS][2] in the *Database Migration Service User
|
836
|
+
# Guide.*
|
811
837
|
#
|
812
838
|
#
|
813
839
|
#
|
814
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html
|
815
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html
|
840
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib
|
841
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib
|
816
842
|
# @return [Types::MySQLSettings]
|
817
843
|
#
|
818
844
|
# @!attribute [rw] oracle_settings
|
819
845
|
# Settings in JSON format for the source and target Oracle endpoint.
|
820
846
|
# For information about other available settings, see [Extra
|
821
|
-
# connection attributes when using Oracle as a source for
|
822
|
-
#
|
823
|
-
#
|
847
|
+
# connection attributes when using Oracle as a source for DMS][1] and
|
848
|
+
# [ Extra connection attributes when using Oracle as a target for
|
849
|
+
# DMS][2] in the *Database Migration Service User Guide.*
|
824
850
|
#
|
825
851
|
#
|
826
852
|
#
|
827
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html
|
828
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html
|
853
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib
|
854
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib
|
829
855
|
# @return [Types::OracleSettings]
|
830
856
|
#
|
831
857
|
# @!attribute [rw] sybase_settings
|
832
858
|
# Settings in JSON format for the source and target SAP ASE endpoint.
|
833
859
|
# For information about other available settings, see [Extra
|
834
|
-
# connection attributes when using SAP ASE as a source for
|
835
|
-
#
|
836
|
-
#
|
860
|
+
# connection attributes when using SAP ASE as a source for DMS][1] and
|
861
|
+
# [Extra connection attributes when using SAP ASE as a target for
|
862
|
+
# DMS][2] in the *Database Migration Service User Guide.*
|
837
863
|
#
|
838
864
|
#
|
839
865
|
#
|
840
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html
|
841
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html
|
866
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib
|
867
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib
|
842
868
|
# @return [Types::SybaseSettings]
|
843
869
|
#
|
844
870
|
# @!attribute [rw] microsoft_sql_server_settings
|
845
871
|
# Settings in JSON format for the source and target Microsoft SQL
|
846
872
|
# Server endpoint. For information about other available settings, see
|
847
873
|
# [Extra connection attributes when using SQL Server as a source for
|
848
|
-
#
|
849
|
-
#
|
850
|
-
# User Guide.*
|
874
|
+
# DMS][1] and [ Extra connection attributes when using SQL Server as a
|
875
|
+
# target for DMS][2] in the *Database Migration Service User Guide.*
|
851
876
|
#
|
852
877
|
#
|
853
878
|
#
|
854
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html
|
855
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html
|
879
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib
|
880
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib
|
856
881
|
# @return [Types::MicrosoftSQLServerSettings]
|
857
882
|
#
|
858
883
|
# @!attribute [rw] ibm_db_2_settings
|
859
884
|
# Settings in JSON format for the source IBM Db2 LUW endpoint. For
|
860
885
|
# information about other available settings, see [Extra connection
|
861
|
-
# attributes when using Db2 LUW as a source for
|
862
|
-
# *
|
886
|
+
# attributes when using Db2 LUW as a source for DMS][1] in the
|
887
|
+
# *Database Migration Service User Guide.*
|
863
888
|
#
|
864
889
|
#
|
865
890
|
#
|
866
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html
|
891
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib
|
867
892
|
# @return [Types::IBMDb2Settings]
|
868
893
|
#
|
869
894
|
# @!attribute [rw] resource_identifier
|
@@ -876,14 +901,18 @@ module Aws::DatabaseMigrationService
|
|
876
901
|
# `Example-App-ARN1`. For example, this value might result in the
|
877
902
|
# `EndpointArn` value
|
878
903
|
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
879
|
-
# don't specify a `ResourceIdentifier` value,
|
880
|
-
#
|
904
|
+
# don't specify a `ResourceIdentifier` value, DMS generates a default
|
905
|
+
# identifier value for the end of `EndpointArn`.
|
881
906
|
# @return [String]
|
882
907
|
#
|
883
908
|
# @!attribute [rw] doc_db_settings
|
884
909
|
# Provides information that defines a DocumentDB endpoint.
|
885
910
|
# @return [Types::DocDbSettings]
|
886
911
|
#
|
912
|
+
# @!attribute [rw] redis_settings
|
913
|
+
# Settings in JSON format for the target Redis endpoint.
|
914
|
+
# @return [Types::RedisSettings]
|
915
|
+
#
|
887
916
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
|
888
917
|
#
|
889
918
|
class CreateEndpointMessage < Struct.new(
|
@@ -918,7 +947,8 @@ module Aws::DatabaseMigrationService
|
|
918
947
|
:microsoft_sql_server_settings,
|
919
948
|
:ibm_db_2_settings,
|
920
949
|
:resource_identifier,
|
921
|
-
:doc_db_settings
|
950
|
+
:doc_db_settings,
|
951
|
+
:redis_settings)
|
922
952
|
SENSITIVE = [:password]
|
923
953
|
include Aws::Structure
|
924
954
|
end
|
@@ -949,13 +979,14 @@ module Aws::DatabaseMigrationService
|
|
949
979
|
# {
|
950
980
|
# key: "String",
|
951
981
|
# value: "String",
|
982
|
+
# resource_arn: "String",
|
952
983
|
# },
|
953
984
|
# ],
|
954
985
|
# }
|
955
986
|
#
|
956
987
|
# @!attribute [rw] subscription_name
|
957
|
-
# The name of the
|
958
|
-
#
|
988
|
+
# The name of the DMS event notification subscription. This name must
|
989
|
+
# be less than 255 characters.
|
959
990
|
# @return [String]
|
960
991
|
#
|
961
992
|
# @!attribute [rw] sns_topic_arn
|
@@ -965,8 +996,8 @@ module Aws::DatabaseMigrationService
|
|
965
996
|
# @return [String]
|
966
997
|
#
|
967
998
|
# @!attribute [rw] source_type
|
968
|
-
# The type of
|
969
|
-
#
|
999
|
+
# The type of DMS resource that generates the events. For example, if
|
1000
|
+
# you want to be notified of events generated by a replication
|
970
1001
|
# instance, you set this parameter to `replication-instance`. If this
|
971
1002
|
# value isn't specified, all events are returned.
|
972
1003
|
#
|
@@ -976,8 +1007,7 @@ module Aws::DatabaseMigrationService
|
|
976
1007
|
# @!attribute [rw] event_categories
|
977
1008
|
# A list of event categories for a source type that you want to
|
978
1009
|
# subscribe to. For more information, see [Working with Events and
|
979
|
-
# Notifications][1] in the *
|
980
|
-
# Guide.*
|
1010
|
+
# Notifications][1] in the *Database Migration Service User Guide.*
|
981
1011
|
#
|
982
1012
|
#
|
983
1013
|
#
|
@@ -985,8 +1015,7 @@ module Aws::DatabaseMigrationService
|
|
985
1015
|
# @return [Array<String>]
|
986
1016
|
#
|
987
1017
|
# @!attribute [rw] source_ids
|
988
|
-
# A list of identifiers for which
|
989
|
-
# events.
|
1018
|
+
# A list of identifiers for which DMS provides notification events.
|
990
1019
|
#
|
991
1020
|
# If you don't specify a value, notifications are provided for all
|
992
1021
|
# sources.
|
@@ -1049,6 +1078,7 @@ module Aws::DatabaseMigrationService
|
|
1049
1078
|
# {
|
1050
1079
|
# key: "String",
|
1051
1080
|
# value: "String",
|
1081
|
+
# resource_arn: "String",
|
1052
1082
|
# },
|
1053
1083
|
# ],
|
1054
1084
|
# kms_key_id: "String",
|
@@ -1085,7 +1115,7 @@ module Aws::DatabaseMigrationService
|
|
1085
1115
|
#
|
1086
1116
|
# For more information on the settings and capacities for the
|
1087
1117
|
# available replication instance classes, see [ Selecting the right
|
1088
|
-
#
|
1118
|
+
# DMS replication instance for your migration][1].
|
1089
1119
|
#
|
1090
1120
|
#
|
1091
1121
|
#
|
@@ -1101,7 +1131,8 @@ module Aws::DatabaseMigrationService
|
|
1101
1131
|
# @!attribute [rw] availability_zone
|
1102
1132
|
# The Availability Zone where the replication instance will be
|
1103
1133
|
# created. The default value is a random, system-chosen Availability
|
1104
|
-
# Zone in the endpoint's
|
1134
|
+
# Zone in the endpoint's Amazon Web Services Region, for example:
|
1135
|
+
# `us-east-1d`
|
1105
1136
|
# @return [String]
|
1106
1137
|
#
|
1107
1138
|
# @!attribute [rw] replication_subnet_group_identifier
|
@@ -1115,7 +1146,8 @@ module Aws::DatabaseMigrationService
|
|
1115
1146
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
1116
1147
|
#
|
1117
1148
|
# Default: A 30-minute window selected at random from an 8-hour block
|
1118
|
-
# of time per
|
1149
|
+
# of time per Amazon Web Services Region, occurring on a random day of
|
1150
|
+
# the week.
|
1119
1151
|
#
|
1120
1152
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
|
1121
1153
|
#
|
@@ -1149,15 +1181,15 @@ module Aws::DatabaseMigrationService
|
|
1149
1181
|
# @return [Array<Types::Tag>]
|
1150
1182
|
#
|
1151
1183
|
# @!attribute [rw] kms_key_id
|
1152
|
-
# An
|
1184
|
+
# An KMS key identifier that is used to encrypt the data on the
|
1153
1185
|
# replication instance.
|
1154
1186
|
#
|
1155
|
-
# If you don't specify a value for the `KmsKeyId` parameter, then
|
1156
|
-
#
|
1187
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
1188
|
+
# uses your default encryption key.
|
1157
1189
|
#
|
1158
|
-
#
|
1159
|
-
# Your
|
1160
|
-
# Region.
|
1190
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
1191
|
+
# account. Your Amazon Web Services account has a different default
|
1192
|
+
# encryption key for each Amazon Web Services Region.
|
1161
1193
|
# @return [String]
|
1162
1194
|
#
|
1163
1195
|
# @!attribute [rw] publicly_accessible
|
@@ -1186,8 +1218,8 @@ module Aws::DatabaseMigrationService
|
|
1186
1218
|
# `Example-App-ARN1`. For example, this value might result in the
|
1187
1219
|
# `EndpointArn` value
|
1188
1220
|
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1189
|
-
# don't specify a `ResourceIdentifier` value,
|
1190
|
-
#
|
1221
|
+
# don't specify a `ResourceIdentifier` value, DMS generates a default
|
1222
|
+
# identifier value for the end of `EndpointArn`.
|
1191
1223
|
# @return [String]
|
1192
1224
|
#
|
1193
1225
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage AWS API Documentation
|
@@ -1235,6 +1267,7 @@ module Aws::DatabaseMigrationService
|
|
1235
1267
|
# {
|
1236
1268
|
# key: "String",
|
1237
1269
|
# value: "String",
|
1270
|
+
# resource_arn: "String",
|
1238
1271
|
# },
|
1239
1272
|
# ],
|
1240
1273
|
# }
|
@@ -1302,6 +1335,7 @@ module Aws::DatabaseMigrationService
|
|
1302
1335
|
# {
|
1303
1336
|
# key: "String",
|
1304
1337
|
# value: "String",
|
1338
|
+
# resource_arn: "String",
|
1305
1339
|
# },
|
1306
1340
|
# ],
|
1307
1341
|
# task_data: "String",
|
@@ -1342,7 +1376,7 @@ module Aws::DatabaseMigrationService
|
|
1342
1376
|
# @!attribute [rw] table_mappings
|
1343
1377
|
# The table mappings for the task, in JSON format. For more
|
1344
1378
|
# information, see [Using Table Mapping to Specify Task Settings][1]
|
1345
|
-
# in the *
|
1379
|
+
# in the *Database Migration Service User Guide.*
|
1346
1380
|
#
|
1347
1381
|
#
|
1348
1382
|
#
|
@@ -1351,8 +1385,8 @@ module Aws::DatabaseMigrationService
|
|
1351
1385
|
#
|
1352
1386
|
# @!attribute [rw] replication_task_settings
|
1353
1387
|
# Overall settings for the task, in JSON format. For more information,
|
1354
|
-
# see [Specifying Task Settings for
|
1355
|
-
# Tasks][1] in the *
|
1388
|
+
# see [Specifying Task Settings for Database Migration Service
|
1389
|
+
# Tasks][1] in the *Database Migration Service User Guide.*
|
1356
1390
|
#
|
1357
1391
|
#
|
1358
1392
|
#
|
@@ -1388,7 +1422,7 @@ module Aws::DatabaseMigrationService
|
|
1388
1422
|
# with the source endpoint. You can verify this by setting the
|
1389
1423
|
# `slotName` extra connection attribute to the name of this logical
|
1390
1424
|
# replication slot. For more information, see [Extra Connection
|
1391
|
-
# Attributes When Using PostgreSQL as a Source for
|
1425
|
+
# Attributes When Using PostgreSQL as a Source for DMS][1].
|
1392
1426
|
#
|
1393
1427
|
# </note>
|
1394
1428
|
#
|
@@ -1415,8 +1449,8 @@ module Aws::DatabaseMigrationService
|
|
1415
1449
|
# @!attribute [rw] task_data
|
1416
1450
|
# Supplemental information that the task requires to migrate the data
|
1417
1451
|
# for certain source and target endpoints. For more information, see
|
1418
|
-
# [Specifying Supplemental Data for Task Settings][1] in the *
|
1419
|
-
#
|
1452
|
+
# [Specifying Supplemental Data for Task Settings][1] in the *Database
|
1453
|
+
# Migration Service User Guide.*
|
1420
1454
|
#
|
1421
1455
|
#
|
1422
1456
|
#
|
@@ -1433,8 +1467,8 @@ module Aws::DatabaseMigrationService
|
|
1433
1467
|
# `Example-App-ARN1`. For example, this value might result in the
|
1434
1468
|
# `EndpointArn` value
|
1435
1469
|
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1436
|
-
# don't specify a `ResourceIdentifier` value,
|
1437
|
-
#
|
1470
|
+
# don't specify a `ResourceIdentifier` value, DMS generates a default
|
1471
|
+
# identifier value for the end of `EndpointArn`.
|
1438
1472
|
# @return [String]
|
1439
1473
|
#
|
1440
1474
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTaskMessage AWS API Documentation
|
@@ -1732,16 +1766,16 @@ module Aws::DatabaseMigrationService
|
|
1732
1766
|
# @return [Array<Types::AccountQuota>]
|
1733
1767
|
#
|
1734
1768
|
# @!attribute [rw] unique_account_identifier
|
1735
|
-
# A unique
|
1736
|
-
# Region. The value of this identifier has the following
|
1737
|
-
# `c99999999999`. DMS uses this identifier to name artifacts.
|
1738
|
-
# example, DMS uses this identifier to name the default Amazon S3
|
1739
|
-
# bucket for storing task assessment reports in a given
|
1740
|
-
# The format of this S3 bucket name is the following:
|
1769
|
+
# A unique DMS identifier for an account in a particular Amazon Web
|
1770
|
+
# Services Region. The value of this identifier has the following
|
1771
|
+
# format: `c99999999999`. DMS uses this identifier to name artifacts.
|
1772
|
+
# For example, DMS uses this identifier to name the default Amazon S3
|
1773
|
+
# bucket for storing task assessment reports in a given Amazon Web
|
1774
|
+
# Services Region. The format of this S3 bucket name is the following:
|
1741
1775
|
# `dms-AccountNumber-UniqueAccountIdentifier.` Here is an example name
|
1742
1776
|
# for this default S3 bucket: `dms-111122223333-c44445555666`.
|
1743
1777
|
#
|
1744
|
-
# <note markdown="1">
|
1778
|
+
# <note markdown="1"> DMS supports the `UniqueAccountIdentifier` parameter in versions
|
1745
1779
|
# 3.1.4 and later.
|
1746
1780
|
#
|
1747
1781
|
# </note>
|
@@ -1827,7 +1861,7 @@ module Aws::DatabaseMigrationService
|
|
1827
1861
|
# request parameters. For more information on the available individual
|
1828
1862
|
# assessments, including compatibility with different migration task
|
1829
1863
|
# configurations, see [Working with premigration assessment runs][1]
|
1830
|
-
# in the *
|
1864
|
+
# in the *Database Migration Service User Guide.*
|
1831
1865
|
#
|
1832
1866
|
#
|
1833
1867
|
#
|
@@ -2181,7 +2215,7 @@ module Aws::DatabaseMigrationService
|
|
2181
2215
|
# }
|
2182
2216
|
#
|
2183
2217
|
# @!attribute [rw] source_type
|
2184
|
-
# The type of
|
2218
|
+
# The type of DMS resource that generates events.
|
2185
2219
|
#
|
2186
2220
|
# Valid values: replication-instance \| replication-task
|
2187
2221
|
# @return [String]
|
@@ -2227,7 +2261,7 @@ module Aws::DatabaseMigrationService
|
|
2227
2261
|
# }
|
2228
2262
|
#
|
2229
2263
|
# @!attribute [rw] subscription_name
|
2230
|
-
# The name of the
|
2264
|
+
# The name of the DMS event subscription to be described.
|
2231
2265
|
# @return [String]
|
2232
2266
|
#
|
2233
2267
|
# @!attribute [rw] filters
|
@@ -2306,7 +2340,7 @@ module Aws::DatabaseMigrationService
|
|
2306
2340
|
# @return [String]
|
2307
2341
|
#
|
2308
2342
|
# @!attribute [rw] source_type
|
2309
|
-
# The type of
|
2343
|
+
# The type of DMS resource that generates events.
|
2310
2344
|
#
|
2311
2345
|
# Valid values: replication-instance \| replication-task
|
2312
2346
|
# @return [String]
|
@@ -3162,6 +3196,9 @@ module Aws::DatabaseMigrationService
|
|
3162
3196
|
#
|
3163
3197
|
# @!attribute [rw] service_access_role_arn
|
3164
3198
|
# The IAM role that has permission to access the Amazon S3 bucket.
|
3199
|
+
# When specified as part of request syntax, such as for the
|
3200
|
+
# `CreateEndpoint` and `ModifyEndpoint` actions, the role must allow
|
3201
|
+
# the `iam:PassRole` action.
|
3165
3202
|
# @return [String]
|
3166
3203
|
#
|
3167
3204
|
# @!attribute [rw] bucket_name
|
@@ -3240,20 +3277,21 @@ module Aws::DatabaseMigrationService
|
|
3240
3277
|
# @return [Integer]
|
3241
3278
|
#
|
3242
3279
|
# @!attribute [rw] kms_key_id
|
3243
|
-
# The
|
3244
|
-
#
|
3245
|
-
# `KmsKeyId` parameter, then
|
3246
|
-
#
|
3247
|
-
# Your
|
3248
|
-
# Region.
|
3280
|
+
# The KMS key identifier that is used to encrypt the content on the
|
3281
|
+
# replication instance. If you don't specify a value for the
|
3282
|
+
# `KmsKeyId` parameter, then DMS uses your default encryption key. KMS
|
3283
|
+
# creates the default encryption key for your Amazon Web Services
|
3284
|
+
# account. Your Amazon Web Services account has a different default
|
3285
|
+
# encryption key for each Amazon Web Services Region.
|
3249
3286
|
# @return [String]
|
3250
3287
|
#
|
3251
3288
|
# @!attribute [rw] secrets_manager_access_role_arn
|
3252
3289
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
3253
|
-
#
|
3254
|
-
# access the value in `SecretsManagerSecret`.
|
3255
|
-
# has the value of the
|
3256
|
-
# to the
|
3290
|
+
# DMS as the trusted entity and grants the required permissions to
|
3291
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
3292
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
3293
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
3294
|
+
# DocumentDB endpoint.
|
3257
3295
|
#
|
3258
3296
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
3259
3297
|
# can specify the values for this setting and
|
@@ -3261,15 +3299,15 @@ module Aws::DatabaseMigrationService
|
|
3261
3299
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
3262
3300
|
# both. For more information on creating this `SecretsManagerSecret`
|
3263
3301
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
3264
|
-
# required to access it, see [Using secrets to access
|
3265
|
-
# Migration Service resources][1] in the *
|
3266
|
-
#
|
3302
|
+
# required to access it, see [Using secrets to access Database
|
3303
|
+
# Migration Service resources][1] in the *Database Migration Service
|
3304
|
+
# User Guide*.
|
3267
3305
|
#
|
3268
3306
|
# </note>
|
3269
3307
|
#
|
3270
3308
|
#
|
3271
3309
|
#
|
3272
|
-
# [1]: https://docs.aws.amazon.com/
|
3310
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
3273
3311
|
# @return [String]
|
3274
3312
|
#
|
3275
3313
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -3296,7 +3334,7 @@ module Aws::DatabaseMigrationService
|
|
3296
3334
|
include Aws::Structure
|
3297
3335
|
end
|
3298
3336
|
|
3299
|
-
# Provides the Amazon Resource Name (ARN) of the
|
3337
|
+
# Provides the Amazon Resource Name (ARN) of the Identity and Access
|
3300
3338
|
# Management (IAM) role used to define an Amazon DynamoDB target
|
3301
3339
|
# endpoint.
|
3302
3340
|
#
|
@@ -3308,7 +3346,8 @@ module Aws::DatabaseMigrationService
|
|
3308
3346
|
# }
|
3309
3347
|
#
|
3310
3348
|
# @!attribute [rw] service_access_role_arn
|
3311
|
-
# The Amazon Resource Name (ARN) used by the service access IAM
|
3349
|
+
# The Amazon Resource Name (ARN) used by the service to access the IAM
|
3350
|
+
# role. The role must allow the `iam:PassRole` action.
|
3312
3351
|
# @return [String]
|
3313
3352
|
#
|
3314
3353
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DynamoDbSettings AWS API Documentation
|
@@ -3332,12 +3371,12 @@ module Aws::DatabaseMigrationService
|
|
3332
3371
|
# }
|
3333
3372
|
#
|
3334
3373
|
# @!attribute [rw] service_access_role_arn
|
3335
|
-
# The Amazon Resource Name (ARN) used by service to access the IAM
|
3336
|
-
# role.
|
3374
|
+
# The Amazon Resource Name (ARN) used by the service to access the IAM
|
3375
|
+
# role. The role must allow the `iam:PassRole` action.
|
3337
3376
|
# @return [String]
|
3338
3377
|
#
|
3339
3378
|
# @!attribute [rw] endpoint_uri
|
3340
|
-
# The endpoint for the Elasticsearch cluster.
|
3379
|
+
# The endpoint for the Elasticsearch cluster. DMS uses HTTPS if a
|
3341
3380
|
# transport protocol (http/https) is not specified.
|
3342
3381
|
# @return [String]
|
3343
3382
|
#
|
@@ -3375,8 +3414,6 @@ module Aws::DatabaseMigrationService
|
|
3375
3414
|
#
|
3376
3415
|
# * `DescribeEndpoint`
|
3377
3416
|
#
|
3378
|
-
# * `DescribeEndpointTypes`
|
3379
|
-
#
|
3380
3417
|
# * `ModifyEndpoint`
|
3381
3418
|
#
|
3382
3419
|
# @!attribute [rw] endpoint_identifier
|
@@ -3429,15 +3466,15 @@ module Aws::DatabaseMigrationService
|
|
3429
3466
|
# @return [String]
|
3430
3467
|
#
|
3431
3468
|
# @!attribute [rw] kms_key_id
|
3432
|
-
# An
|
3469
|
+
# An KMS key identifier that is used to encrypt the connection
|
3433
3470
|
# parameters for the endpoint.
|
3434
3471
|
#
|
3435
|
-
# If you don't specify a value for the `KmsKeyId` parameter, then
|
3436
|
-
#
|
3472
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
3473
|
+
# uses your default encryption key.
|
3437
3474
|
#
|
3438
|
-
#
|
3439
|
-
# Your
|
3440
|
-
# Region.
|
3475
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
3476
|
+
# account. Your Amazon Web Services account has a different default
|
3477
|
+
# encryption key for each Amazon Web Services Region.
|
3441
3478
|
# @return [String]
|
3442
3479
|
#
|
3443
3480
|
# @!attribute [rw] endpoint_arn
|
@@ -3456,7 +3493,8 @@ module Aws::DatabaseMigrationService
|
|
3456
3493
|
# @return [String]
|
3457
3494
|
#
|
3458
3495
|
# @!attribute [rw] service_access_role_arn
|
3459
|
-
# The Amazon Resource Name (ARN) used by the service access IAM
|
3496
|
+
# The Amazon Resource Name (ARN) used by the service to access the IAM
|
3497
|
+
# role. The role must allow the `iam:PassRole` action.
|
3460
3498
|
# @return [String]
|
3461
3499
|
#
|
3462
3500
|
# @!attribute [rw] external_table_definition
|
@@ -3486,20 +3524,16 @@ module Aws::DatabaseMigrationService
|
|
3486
3524
|
# Possible settings include the following:
|
3487
3525
|
#
|
3488
3526
|
# * `ServiceAccessRoleArn` - The IAM role that has permission to
|
3489
|
-
# access the Amazon S3 bucket.
|
3527
|
+
# access the Amazon S3 bucket. The role must allow the
|
3528
|
+
# `iam:PassRole` action.
|
3490
3529
|
#
|
3491
3530
|
# * `BucketName` - The name of the S3 bucket to use.
|
3492
3531
|
#
|
3493
|
-
# * `CompressionType` - An optional parameter to use GZIP to compress
|
3494
|
-
# the target files. To use GZIP, set this value to `NONE` (the
|
3495
|
-
# default). To keep the files uncompressed, don't use this value.
|
3496
|
-
#
|
3497
3532
|
# Shorthand syntax for these settings is as follows:
|
3498
|
-
# `ServiceAccessRoleArn=string,BucketName=string
|
3533
|
+
# `ServiceAccessRoleArn=string,BucketName=string,`
|
3499
3534
|
#
|
3500
3535
|
# JSON syntax for these settings is as follows: `\{
|
3501
|
-
# "ServiceAccessRoleArn": "string", "BucketName": "string"
|
3502
|
-
# "CompressionType": "none"|"gzip" \} `
|
3536
|
+
# "ServiceAccessRoleArn": "string", "BucketName": "string"\} `
|
3503
3537
|
# @return [Types::DmsTransferSettings]
|
3504
3538
|
#
|
3505
3539
|
# @!attribute [rw] mongo_db_settings
|
@@ -3566,6 +3600,11 @@ module Aws::DatabaseMigrationService
|
|
3566
3600
|
# Provides information that defines a DocumentDB endpoint.
|
3567
3601
|
# @return [Types::DocDbSettings]
|
3568
3602
|
#
|
3603
|
+
# @!attribute [rw] redis_settings
|
3604
|
+
# The settings for the Redis target endpoint. For more information,
|
3605
|
+
# see the `RedisSettings` structure.
|
3606
|
+
# @return [Types::RedisSettings]
|
3607
|
+
#
|
3569
3608
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
|
3570
3609
|
#
|
3571
3610
|
class Endpoint < Struct.new(
|
@@ -3601,7 +3640,8 @@ module Aws::DatabaseMigrationService
|
|
3601
3640
|
:sybase_settings,
|
3602
3641
|
:microsoft_sql_server_settings,
|
3603
3642
|
:ibm_db_2_settings,
|
3604
|
-
:doc_db_settings
|
3643
|
+
:doc_db_settings,
|
3644
|
+
:redis_settings)
|
3605
3645
|
SENSITIVE = []
|
3606
3646
|
include Aws::Structure
|
3607
3647
|
end
|
@@ -3641,6 +3681,11 @@ module Aws::DatabaseMigrationService
|
|
3641
3681
|
# The maximum value of an endpoint setting that is of type `int`.
|
3642
3682
|
# @return [Integer]
|
3643
3683
|
#
|
3684
|
+
# @!attribute [rw] default_value
|
3685
|
+
# The default value of the endpoint setting if no value is specified
|
3686
|
+
# using `CreateEndpoint` or `ModifyEndpoint`.
|
3687
|
+
# @return [String]
|
3688
|
+
#
|
3644
3689
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/EndpointSetting AWS API Documentation
|
3645
3690
|
#
|
3646
3691
|
class EndpointSetting < Struct.new(
|
@@ -3651,7 +3696,8 @@ module Aws::DatabaseMigrationService
|
|
3651
3696
|
:units,
|
3652
3697
|
:applicability,
|
3653
3698
|
:int_value_min,
|
3654
|
-
:int_value_max
|
3699
|
+
:int_value_max,
|
3700
|
+
:default_value)
|
3655
3701
|
SENSITIVE = []
|
3656
3702
|
include Aws::Structure
|
3657
3703
|
end
|
@@ -3659,14 +3705,14 @@ module Aws::DatabaseMigrationService
|
|
3659
3705
|
# Describes an identifiable significant activity that affects a
|
3660
3706
|
# replication instance or task. This object can provide the message, the
|
3661
3707
|
# available event categories, the date and source of the event, and the
|
3662
|
-
#
|
3708
|
+
# DMS resource type.
|
3663
3709
|
#
|
3664
3710
|
# @!attribute [rw] source_identifier
|
3665
3711
|
# The identifier of an event source.
|
3666
3712
|
# @return [String]
|
3667
3713
|
#
|
3668
3714
|
# @!attribute [rw] source_type
|
3669
|
-
# The type of
|
3715
|
+
# The type of DMS resource that generates events.
|
3670
3716
|
#
|
3671
3717
|
# Valid values: replication-instance \| endpoint \| replication-task
|
3672
3718
|
# @return [String]
|
@@ -3696,15 +3742,15 @@ module Aws::DatabaseMigrationService
|
|
3696
3742
|
end
|
3697
3743
|
|
3698
3744
|
# Lists categories of events subscribed to, and generated by, the
|
3699
|
-
# applicable
|
3700
|
-
#
|
3745
|
+
# applicable DMS resource type. This data type appears in response to
|
3746
|
+
# the [ `DescribeEventCategories` ][1] action.
|
3701
3747
|
#
|
3702
3748
|
#
|
3703
3749
|
#
|
3704
3750
|
# [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_EventCategoryGroup.html
|
3705
3751
|
#
|
3706
3752
|
# @!attribute [rw] source_type
|
3707
|
-
# The type of
|
3753
|
+
# The type of DMS resource that generates events.
|
3708
3754
|
#
|
3709
3755
|
# Valid values: replication-instance \| replication-server \|
|
3710
3756
|
# security-group \| replication-task
|
@@ -3727,38 +3773,38 @@ module Aws::DatabaseMigrationService
|
|
3727
3773
|
# `CreateEventSubscription` operation.
|
3728
3774
|
#
|
3729
3775
|
# @!attribute [rw] customer_aws_id
|
3730
|
-
# The
|
3731
|
-
# notification subscription.
|
3776
|
+
# The Amazon Web Services customer account associated with the DMS
|
3777
|
+
# event notification subscription.
|
3732
3778
|
# @return [String]
|
3733
3779
|
#
|
3734
3780
|
# @!attribute [rw] cust_subscription_id
|
3735
|
-
# The
|
3781
|
+
# The DMS event notification subscription Id.
|
3736
3782
|
# @return [String]
|
3737
3783
|
#
|
3738
3784
|
# @!attribute [rw] sns_topic_arn
|
3739
|
-
# The topic ARN of the
|
3785
|
+
# The topic ARN of the DMS event notification subscription.
|
3740
3786
|
# @return [String]
|
3741
3787
|
#
|
3742
3788
|
# @!attribute [rw] status
|
3743
|
-
# The status of the
|
3789
|
+
# The status of the DMS event notification subscription.
|
3744
3790
|
#
|
3745
3791
|
# Constraints:
|
3746
3792
|
#
|
3747
3793
|
# Can be one of the following: creating \| modifying \| deleting \|
|
3748
3794
|
# active \| no-permission \| topic-not-exist
|
3749
3795
|
#
|
3750
|
-
# The status "no-permission" indicates that
|
3796
|
+
# The status "no-permission" indicates that DMS no longer has
|
3751
3797
|
# permission to post to the SNS topic. The status "topic-not-exist"
|
3752
3798
|
# indicates that the topic was deleted after the subscription was
|
3753
3799
|
# created.
|
3754
3800
|
# @return [String]
|
3755
3801
|
#
|
3756
3802
|
# @!attribute [rw] subscription_creation_time
|
3757
|
-
# The time the
|
3803
|
+
# The time the DMS event notification subscription was created.
|
3758
3804
|
# @return [String]
|
3759
3805
|
#
|
3760
3806
|
# @!attribute [rw] source_type
|
3761
|
-
# The type of
|
3807
|
+
# The type of DMS resource that generates events.
|
3762
3808
|
#
|
3763
3809
|
# Valid values: replication-instance \| replication-server \|
|
3764
3810
|
# security-group \| replication-task
|
@@ -3793,9 +3839,9 @@ module Aws::DatabaseMigrationService
|
|
3793
3839
|
end
|
3794
3840
|
|
3795
3841
|
# Identifies the name and value of a filter object. This filter is used
|
3796
|
-
# to limit the number and type of
|
3797
|
-
#
|
3798
|
-
#
|
3842
|
+
# to limit the number and type of DMS objects that are returned for a
|
3843
|
+
# particular `Describe*` call or similar operation. Filters are used as
|
3844
|
+
# an optional parameter for certain API operations.
|
3799
3845
|
#
|
3800
3846
|
# @note When making an API call, you may pass Filter
|
3801
3847
|
# data as a hash:
|
@@ -3851,7 +3897,7 @@ module Aws::DatabaseMigrationService
|
|
3851
3897
|
# @return [String]
|
3852
3898
|
#
|
3853
3899
|
# @!attribute [rw] port
|
3854
|
-
# Endpoint TCP port.
|
3900
|
+
# Endpoint TCP port. The default value is 50000.
|
3855
3901
|
# @return [Integer]
|
3856
3902
|
#
|
3857
3903
|
# @!attribute [rw] server_name
|
@@ -3879,10 +3925,11 @@ module Aws::DatabaseMigrationService
|
|
3879
3925
|
#
|
3880
3926
|
# @!attribute [rw] secrets_manager_access_role_arn
|
3881
3927
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
3882
|
-
#
|
3883
|
-
# access the value in `SecretsManagerSecret`.
|
3884
|
-
# has the value of the
|
3885
|
-
#
|
3928
|
+
# DMS as the trusted entity and grants the required permissions to
|
3929
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
3930
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
3931
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
3932
|
+
# Db2 LUW endpoint.
|
3886
3933
|
#
|
3887
3934
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
3888
3935
|
# can specify the values for this setting and
|
@@ -3890,15 +3937,15 @@ module Aws::DatabaseMigrationService
|
|
3890
3937
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
3891
3938
|
# both. For more information on creating this `SecretsManagerSecret`
|
3892
3939
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
3893
|
-
# required to access it, see [Using secrets to access
|
3894
|
-
# Migration Service resources][1] in the *
|
3895
|
-
#
|
3940
|
+
# required to access it, see [Using secrets to access Database
|
3941
|
+
# Migration Service resources][1] in the *Database Migration Service
|
3942
|
+
# User Guide*.
|
3896
3943
|
#
|
3897
3944
|
# </note>
|
3898
3945
|
#
|
3899
3946
|
#
|
3900
3947
|
#
|
3901
|
-
# [1]: https://docs.aws.amazon.com/
|
3948
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
3902
3949
|
# @return [String]
|
3903
3950
|
#
|
3904
3951
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -3935,6 +3982,7 @@ module Aws::DatabaseMigrationService
|
|
3935
3982
|
# {
|
3936
3983
|
# key: "String",
|
3937
3984
|
# value: "String",
|
3985
|
+
# resource_arn: "String",
|
3938
3986
|
# },
|
3939
3987
|
# ],
|
3940
3988
|
# }
|
@@ -3952,7 +4000,8 @@ module Aws::DatabaseMigrationService
|
|
3952
4000
|
#
|
3953
4001
|
# @!attribute [rw] certificate_wallet
|
3954
4002
|
# The location of an imported Oracle Wallet certificate for use with
|
3955
|
-
# SSL.
|
4003
|
+
# SSL. Provide the name of a `.sso` file using the `fileb://` prefix.
|
4004
|
+
# You can't provide the certificate inline.
|
3956
4005
|
# @return [String]
|
3957
4006
|
#
|
3958
4007
|
# @!attribute [rw] tags
|
@@ -4062,8 +4111,7 @@ module Aws::DatabaseMigrationService
|
|
4062
4111
|
include Aws::Structure
|
4063
4112
|
end
|
4064
4113
|
|
4065
|
-
# An
|
4066
|
-
# AWS KMS.
|
4114
|
+
# An Key Management Service (KMS) error is preventing access to KMS.
|
4067
4115
|
#
|
4068
4116
|
# @!attribute [rw] message
|
4069
4117
|
# @return [String]
|
@@ -4076,8 +4124,7 @@ module Aws::DatabaseMigrationService
|
|
4076
4124
|
include Aws::Structure
|
4077
4125
|
end
|
4078
4126
|
|
4079
|
-
# The state of the specified
|
4080
|
-
# request.
|
4127
|
+
# The state of the specified KMS resource isn't valid for this request.
|
4081
4128
|
#
|
4082
4129
|
# @!attribute [rw] message
|
4083
4130
|
# @return [String]
|
@@ -4090,7 +4137,7 @@ module Aws::DatabaseMigrationService
|
|
4090
4137
|
include Aws::Structure
|
4091
4138
|
end
|
4092
4139
|
|
4093
|
-
#
|
4140
|
+
# DMS cannot access the KMS key.
|
4094
4141
|
#
|
4095
4142
|
# @!attribute [rw] message
|
4096
4143
|
# @return [String]
|
@@ -4103,7 +4150,7 @@ module Aws::DatabaseMigrationService
|
|
4103
4150
|
include Aws::Structure
|
4104
4151
|
end
|
4105
4152
|
|
4106
|
-
# The specified
|
4153
|
+
# The specified KMS entity or resource can't be found.
|
4107
4154
|
#
|
4108
4155
|
# @!attribute [rw] message
|
4109
4156
|
# @return [String]
|
@@ -4116,7 +4163,7 @@ module Aws::DatabaseMigrationService
|
|
4116
4163
|
include Aws::Structure
|
4117
4164
|
end
|
4118
4165
|
|
4119
|
-
# This request triggered
|
4166
|
+
# This request triggered KMS request throttling.
|
4120
4167
|
#
|
4121
4168
|
# @!attribute [rw] message
|
4122
4169
|
# @return [String]
|
@@ -4155,6 +4202,7 @@ module Aws::DatabaseMigrationService
|
|
4155
4202
|
# ssl_ca_certificate_arn: "String",
|
4156
4203
|
# sasl_username: "String",
|
4157
4204
|
# sasl_password: "SecretString",
|
4205
|
+
# no_hex_prefix: false,
|
4158
4206
|
# }
|
4159
4207
|
#
|
4160
4208
|
# @!attribute [rw] broker
|
@@ -4163,8 +4211,8 @@ module Aws::DatabaseMigrationService
|
|
4163
4211
|
# in the form ` broker-hostname-or-ip:port `. For example,
|
4164
4212
|
# `"ec2-12-345-678-901.compute-1.amazonaws.com:2345"`. For more
|
4165
4213
|
# information and examples of specifying a list of broker locations,
|
4166
|
-
# see [Using Apache Kafka as a target for
|
4167
|
-
# Service][1] in the *
|
4214
|
+
# see [Using Apache Kafka as a target for Database Migration
|
4215
|
+
# Service][1] in the *Database Migration Service User Guide*.
|
4168
4216
|
#
|
4169
4217
|
#
|
4170
4218
|
#
|
@@ -4173,8 +4221,7 @@ module Aws::DatabaseMigrationService
|
|
4173
4221
|
#
|
4174
4222
|
# @!attribute [rw] topic
|
4175
4223
|
# The topic to which you migrate the data. If you don't specify a
|
4176
|
-
# topic,
|
4177
|
-
# topic.
|
4224
|
+
# topic, DMS specifies `"kafka-default-topic"` as the migration topic.
|
4178
4225
|
# @return [String]
|
4179
4226
|
#
|
4180
4227
|
# @!attribute [rw] message_format
|
@@ -4192,8 +4239,8 @@ module Aws::DatabaseMigrationService
|
|
4192
4239
|
# @return [Boolean]
|
4193
4240
|
#
|
4194
4241
|
# @!attribute [rw] include_partition_value
|
4195
|
-
# Shows the partition value within the Kafka message output
|
4196
|
-
#
|
4242
|
+
# Shows the partition value within the Kafka message output unless the
|
4243
|
+
# partition type is `schema-table-type`. The default is `false`.
|
4197
4244
|
# @return [Boolean]
|
4198
4245
|
#
|
4199
4246
|
# @!attribute [rw] partition_include_schema_table
|
@@ -4252,13 +4299,13 @@ module Aws::DatabaseMigrationService
|
|
4252
4299
|
# @return [String]
|
4253
4300
|
#
|
4254
4301
|
# @!attribute [rw] ssl_ca_certificate_arn
|
4255
|
-
# The Amazon Resource Name (ARN) for the private
|
4256
|
-
#
|
4257
|
-
#
|
4302
|
+
# The Amazon Resource Name (ARN) for the private certificate authority
|
4303
|
+
# (CA) cert that DMS uses to securely connect to your Kafka target
|
4304
|
+
# endpoint.
|
4258
4305
|
# @return [String]
|
4259
4306
|
#
|
4260
4307
|
# @!attribute [rw] sasl_username
|
4261
|
-
# The secure
|
4308
|
+
# The secure user name you created when you first set up your MSK
|
4262
4309
|
# cluster to validate a client identity and make an encrypted
|
4263
4310
|
# connection between server and client using SASL-SSL authentication.
|
4264
4311
|
# @return [String]
|
@@ -4269,6 +4316,15 @@ module Aws::DatabaseMigrationService
|
|
4269
4316
|
# connection between server and client using SASL-SSL authentication.
|
4270
4317
|
# @return [String]
|
4271
4318
|
#
|
4319
|
+
# @!attribute [rw] no_hex_prefix
|
4320
|
+
# Set this optional parameter to `true` to avoid adding a '0x'
|
4321
|
+
# prefix to raw data in hexadecimal format. For example, by default,
|
4322
|
+
# DMS adds a '0x' prefix to the LOB column type in hexadecimal
|
4323
|
+
# format moving from an Oracle source to a Kafka target. Use the
|
4324
|
+
# `NoHexPrefix` endpoint setting to enable migration of RAW data type
|
4325
|
+
# columns without adding the '0x' prefix.
|
4326
|
+
# @return [Boolean]
|
4327
|
+
#
|
4272
4328
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KafkaSettings AWS API Documentation
|
4273
4329
|
#
|
4274
4330
|
class KafkaSettings < Struct.new(
|
@@ -4288,7 +4344,8 @@ module Aws::DatabaseMigrationService
|
|
4288
4344
|
:ssl_client_key_password,
|
4289
4345
|
:ssl_ca_certificate_arn,
|
4290
4346
|
:sasl_username,
|
4291
|
-
:sasl_password
|
4347
|
+
:sasl_password,
|
4348
|
+
:no_hex_prefix)
|
4292
4349
|
SENSITIVE = [:ssl_client_key_password, :sasl_password]
|
4293
4350
|
include Aws::Structure
|
4294
4351
|
end
|
@@ -4311,6 +4368,7 @@ module Aws::DatabaseMigrationService
|
|
4311
4368
|
# include_table_alter_operations: false,
|
4312
4369
|
# include_control_details: false,
|
4313
4370
|
# include_null_and_empty: false,
|
4371
|
+
# no_hex_prefix: false,
|
4314
4372
|
# }
|
4315
4373
|
#
|
4316
4374
|
# @!attribute [rw] stream_arn
|
@@ -4325,9 +4383,9 @@ module Aws::DatabaseMigrationService
|
|
4325
4383
|
# @return [String]
|
4326
4384
|
#
|
4327
4385
|
# @!attribute [rw] service_access_role_arn
|
4328
|
-
# The Amazon Resource Name (ARN) for the
|
4329
|
-
#
|
4330
|
-
#
|
4386
|
+
# The Amazon Resource Name (ARN) for the IAM role that DMS uses to
|
4387
|
+
# write to the Kinesis data stream. The role must allow the
|
4388
|
+
# `iam:PassRole` action.
|
4331
4389
|
# @return [String]
|
4332
4390
|
#
|
4333
4391
|
# @!attribute [rw] include_transaction_details
|
@@ -4371,6 +4429,15 @@ module Aws::DatabaseMigrationService
|
|
4371
4429
|
# The default is `false`.
|
4372
4430
|
# @return [Boolean]
|
4373
4431
|
#
|
4432
|
+
# @!attribute [rw] no_hex_prefix
|
4433
|
+
# Set this optional parameter to `true` to avoid adding a '0x'
|
4434
|
+
# prefix to raw data in hexadecimal format. For example, by default,
|
4435
|
+
# DMS adds a '0x' prefix to the LOB column type in hexadecimal
|
4436
|
+
# format moving from an Oracle source to an Amazon Kinesis target. Use
|
4437
|
+
# the `NoHexPrefix` endpoint setting to enable migration of RAW data
|
4438
|
+
# type columns without adding the '0x' prefix.
|
4439
|
+
# @return [Boolean]
|
4440
|
+
#
|
4374
4441
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KinesisSettings AWS API Documentation
|
4375
4442
|
#
|
4376
4443
|
class KinesisSettings < Struct.new(
|
@@ -4382,7 +4449,8 @@ module Aws::DatabaseMigrationService
|
|
4382
4449
|
:partition_include_schema_table,
|
4383
4450
|
:include_table_alter_operations,
|
4384
4451
|
:include_control_details,
|
4385
|
-
:include_null_and_empty
|
4452
|
+
:include_null_and_empty,
|
4453
|
+
:no_hex_prefix)
|
4386
4454
|
SENSITIVE = []
|
4387
4455
|
include Aws::Structure
|
4388
4456
|
end
|
@@ -4391,18 +4459,29 @@ module Aws::DatabaseMigrationService
|
|
4391
4459
|
# data as a hash:
|
4392
4460
|
#
|
4393
4461
|
# {
|
4394
|
-
# resource_arn: "String",
|
4462
|
+
# resource_arn: "String",
|
4463
|
+
# resource_arn_list: ["String"],
|
4395
4464
|
# }
|
4396
4465
|
#
|
4397
4466
|
# @!attribute [rw] resource_arn
|
4398
4467
|
# The Amazon Resource Name (ARN) string that uniquely identifies the
|
4399
|
-
#
|
4468
|
+
# DMS resource to list tags for. This returns a list of keys (names of
|
4469
|
+
# tags) created for the resource and their associated tag values.
|
4400
4470
|
# @return [String]
|
4401
4471
|
#
|
4472
|
+
# @!attribute [rw] resource_arn_list
|
4473
|
+
# List of ARNs that identify multiple DMS resources that you want to
|
4474
|
+
# list tags for. This returns a list of keys (tag names) and their
|
4475
|
+
# associated tag values. It also returns each tag's associated
|
4476
|
+
# `ResourceArn` value, which is the ARN of the resource for which each
|
4477
|
+
# listed tag is created.
|
4478
|
+
# @return [Array<String>]
|
4479
|
+
#
|
4402
4480
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResourceMessage AWS API Documentation
|
4403
4481
|
#
|
4404
4482
|
class ListTagsForResourceMessage < Struct.new(
|
4405
|
-
:resource_arn
|
4483
|
+
:resource_arn,
|
4484
|
+
:resource_arn_list)
|
4406
4485
|
SENSITIVE = []
|
4407
4486
|
include Aws::Structure
|
4408
4487
|
end
|
@@ -4455,8 +4534,8 @@ module Aws::DatabaseMigrationService
|
|
4455
4534
|
# @return [String]
|
4456
4535
|
#
|
4457
4536
|
# @!attribute [rw] control_tables_file_group
|
4458
|
-
# Specifies a file group for the
|
4459
|
-
# replication task starts, all the internal
|
4537
|
+
# Specifies a file group for the DMS internal tables. When the
|
4538
|
+
# replication task starts, all the internal DMS control tables
|
4460
4539
|
# (awsdms\_ apply\_exception, awsdms\_apply, awsdms\_changes) are
|
4461
4540
|
# created for the specified file group.
|
4462
4541
|
# @return [String]
|
@@ -4473,7 +4552,7 @@ module Aws::DatabaseMigrationService
|
|
4473
4552
|
# @return [Boolean]
|
4474
4553
|
#
|
4475
4554
|
# @!attribute [rw] read_backup_only
|
4476
|
-
# When this attribute is set to `Y`,
|
4555
|
+
# When this attribute is set to `Y`, DMS only reads changes from
|
4477
4556
|
# transaction log backups and doesn't read from the active
|
4478
4557
|
# transaction log file during ongoing replication. Setting this
|
4479
4558
|
# parameter to `Y` enables you to control active transaction log file
|
@@ -4483,24 +4562,24 @@ module Aws::DatabaseMigrationService
|
|
4483
4562
|
#
|
4484
4563
|
# @!attribute [rw] safeguard_policy
|
4485
4564
|
# Use this attribute to minimize the need to access the backup log and
|
4486
|
-
# enable
|
4565
|
+
# enable DMS to prevent truncation using one of the following two
|
4487
4566
|
# methods.
|
4488
4567
|
#
|
4489
4568
|
# *Start transactions in the database:* This is the default method.
|
4490
|
-
# When this method is used,
|
4491
|
-
#
|
4492
|
-
#
|
4493
|
-
#
|
4494
|
-
#
|
4569
|
+
# When this method is used, DMS prevents TLOG truncation by mimicking
|
4570
|
+
# a transaction in the database. As long as such a transaction is
|
4571
|
+
# open, changes that appear after the transaction started aren't
|
4572
|
+
# truncated. If you need Microsoft Replication to be enabled in your
|
4573
|
+
# database, then you must choose this method.
|
4495
4574
|
#
|
4496
4575
|
# *Exclusively use sp\_repldone within a single task*\: When this
|
4497
|
-
# method is used,
|
4498
|
-
#
|
4576
|
+
# method is used, DMS reads the changes and then uses sp\_repldone to
|
4577
|
+
# mark the TLOG transactions as ready for truncation. Although this
|
4499
4578
|
# method doesn't involve any transactional activities, it can only be
|
4500
4579
|
# used when Microsoft Replication isn't running. Also, when using
|
4501
|
-
# this method, only one
|
4502
|
-
#
|
4503
|
-
#
|
4580
|
+
# this method, only one DMS task can access the database at any given
|
4581
|
+
# time. Therefore, if you need to run parallel DMS tasks against the
|
4582
|
+
# same database, use the default method.
|
4504
4583
|
# @return [String]
|
4505
4584
|
#
|
4506
4585
|
# @!attribute [rw] server_name
|
@@ -4525,10 +4604,11 @@ module Aws::DatabaseMigrationService
|
|
4525
4604
|
#
|
4526
4605
|
# @!attribute [rw] secrets_manager_access_role_arn
|
4527
4606
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
4528
|
-
#
|
4529
|
-
# access the value in `SecretsManagerSecret`.
|
4530
|
-
# has the value of the
|
4531
|
-
#
|
4607
|
+
# DMS as the trusted entity and grants the required permissions to
|
4608
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
4609
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
4610
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
4611
|
+
# SQL Server endpoint.
|
4532
4612
|
#
|
4533
4613
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
4534
4614
|
# can specify the values for this setting and
|
@@ -4536,15 +4616,15 @@ module Aws::DatabaseMigrationService
|
|
4536
4616
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
4537
4617
|
# both. For more information on creating this `SecretsManagerSecret`
|
4538
4618
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
4539
|
-
# required to access it, see [Using secrets to access
|
4540
|
-
# Migration Service resources][1] in the *
|
4541
|
-
#
|
4619
|
+
# required to access it, see [Using secrets to access Database
|
4620
|
+
# Migration Service resources][1] in the *Database Migration Service
|
4621
|
+
# User Guide*.
|
4542
4622
|
#
|
4543
4623
|
# </note>
|
4544
4624
|
#
|
4545
4625
|
#
|
4546
4626
|
#
|
4547
|
-
# [1]: https://docs.aws.amazon.com/
|
4627
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
4548
4628
|
# @return [String]
|
4549
4629
|
#
|
4550
4630
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -4624,6 +4704,14 @@ module Aws::DatabaseMigrationService
|
|
4624
4704
|
# csv_no_sup_value: "String",
|
4625
4705
|
# preserve_transactions: false,
|
4626
4706
|
# cdc_path: "String",
|
4707
|
+
# canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
|
4708
|
+
# add_column_name: false,
|
4709
|
+
# cdc_max_batch_interval: 1,
|
4710
|
+
# cdc_min_file_size: 1,
|
4711
|
+
# csv_null_value: "String",
|
4712
|
+
# ignore_header_rows: 1,
|
4713
|
+
# max_file_size: 1,
|
4714
|
+
# rfc_4180: false,
|
4627
4715
|
# },
|
4628
4716
|
# dms_transfer_settings: {
|
4629
4717
|
# service_access_role_arn: "String",
|
@@ -4655,6 +4743,7 @@ module Aws::DatabaseMigrationService
|
|
4655
4743
|
# include_table_alter_operations: false,
|
4656
4744
|
# include_control_details: false,
|
4657
4745
|
# include_null_and_empty: false,
|
4746
|
+
# no_hex_prefix: false,
|
4658
4747
|
# },
|
4659
4748
|
# kafka_settings: {
|
4660
4749
|
# broker: "String",
|
@@ -4674,6 +4763,7 @@ module Aws::DatabaseMigrationService
|
|
4674
4763
|
# ssl_ca_certificate_arn: "String",
|
4675
4764
|
# sasl_username: "String",
|
4676
4765
|
# sasl_password: "SecretString",
|
4766
|
+
# no_hex_prefix: false,
|
4677
4767
|
# },
|
4678
4768
|
# elasticsearch_settings: {
|
4679
4769
|
# service_access_role_arn: "String", # required
|
@@ -4730,11 +4820,15 @@ module Aws::DatabaseMigrationService
|
|
4730
4820
|
# ddl_artifacts_schema: "String",
|
4731
4821
|
# execute_timeout: 1,
|
4732
4822
|
# fail_tasks_on_lob_truncation: false,
|
4823
|
+
# heartbeat_enable: false,
|
4824
|
+
# heartbeat_schema: "String",
|
4825
|
+
# heartbeat_frequency: 1,
|
4733
4826
|
# password: "SecretString",
|
4734
4827
|
# port: 1,
|
4735
4828
|
# server_name: "String",
|
4736
4829
|
# username: "String",
|
4737
4830
|
# slot_name: "String",
|
4831
|
+
# plugin_name: "no-preference", # accepts no-preference, test-decoding, pglogical
|
4738
4832
|
# secrets_manager_access_role_arn: "String",
|
4739
4833
|
# secrets_manager_secret_id: "String",
|
4740
4834
|
# },
|
@@ -4758,6 +4852,7 @@ module Aws::DatabaseMigrationService
|
|
4758
4852
|
# add_supplemental_logging: false,
|
4759
4853
|
# archived_log_dest_id: 1,
|
4760
4854
|
# additional_archived_log_dest_id: 1,
|
4855
|
+
# extra_archived_log_dest_ids: [1],
|
4761
4856
|
# allow_select_nested_tables: false,
|
4762
4857
|
# parallel_asm_read_threads: 1,
|
4763
4858
|
# read_ahead_blocks: 1,
|
@@ -4785,7 +4880,11 @@ module Aws::DatabaseMigrationService
|
|
4785
4880
|
# security_db_encryption_name: "String",
|
4786
4881
|
# server_name: "String",
|
4787
4882
|
# spatial_data_option_to_geo_json_function_name: "String",
|
4883
|
+
# standby_delay_time: 1,
|
4788
4884
|
# username: "String",
|
4885
|
+
# use_b_file: false,
|
4886
|
+
# use_direct_path_full_load: false,
|
4887
|
+
# use_logminer_reader: false,
|
4789
4888
|
# secrets_manager_access_role_arn: "String",
|
4790
4889
|
# secrets_manager_secret_id: "String",
|
4791
4890
|
# secrets_manager_oracle_asm_access_role_arn: "String",
|
@@ -4841,6 +4940,16 @@ module Aws::DatabaseMigrationService
|
|
4841
4940
|
# secrets_manager_access_role_arn: "String",
|
4842
4941
|
# secrets_manager_secret_id: "String",
|
4843
4942
|
# },
|
4943
|
+
# redis_settings: {
|
4944
|
+
# server_name: "String", # required
|
4945
|
+
# port: 1, # required
|
4946
|
+
# ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
|
4947
|
+
# auth_type: "none", # accepts none, auth-role, auth-token
|
4948
|
+
# auth_user_name: "String",
|
4949
|
+
# auth_password: "SecretString",
|
4950
|
+
# ssl_ca_certificate_arn: "String",
|
4951
|
+
# },
|
4952
|
+
# exact_settings: false,
|
4844
4953
|
# }
|
4845
4954
|
#
|
4846
4955
|
# @!attribute [rw] endpoint_arn
|
@@ -4884,7 +4993,8 @@ module Aws::DatabaseMigrationService
|
|
4884
4993
|
# @return [Integer]
|
4885
4994
|
#
|
4886
4995
|
# @!attribute [rw] database_name
|
4887
|
-
# The name of the endpoint database.
|
4996
|
+
# The name of the endpoint database. For a MySQL source or target
|
4997
|
+
# endpoint, do not specify DatabaseName.
|
4888
4998
|
# @return [String]
|
4889
4999
|
#
|
4890
5000
|
# @!attribute [rw] extra_connection_attributes
|
@@ -4903,8 +5013,8 @@ module Aws::DatabaseMigrationService
|
|
4903
5013
|
# @return [String]
|
4904
5014
|
#
|
4905
5015
|
# @!attribute [rw] service_access_role_arn
|
4906
|
-
# The Amazon Resource Name (ARN) for the
|
4907
|
-
#
|
5016
|
+
# The Amazon Resource Name (ARN) for the IAM role you want to use to
|
5017
|
+
# modify the endpoint. The role must allow the `iam:PassRole` action.
|
4908
5018
|
# @return [String]
|
4909
5019
|
#
|
4910
5020
|
# @!attribute [rw] external_table_definition
|
@@ -4914,19 +5024,19 @@ module Aws::DatabaseMigrationService
|
|
4914
5024
|
# @!attribute [rw] dynamo_db_settings
|
4915
5025
|
# Settings in JSON format for the target Amazon DynamoDB endpoint. For
|
4916
5026
|
# information about other available settings, see [Using Object
|
4917
|
-
# Mapping to Migrate Data to DynamoDB][1] in the *
|
4918
|
-
#
|
5027
|
+
# Mapping to Migrate Data to DynamoDB][1] in the *Database Migration
|
5028
|
+
# Service User Guide.*
|
4919
5029
|
#
|
4920
5030
|
#
|
4921
5031
|
#
|
4922
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html
|
5032
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.DynamoDB.html#CHAP_Target.DynamoDB.ObjectMapping
|
4923
5033
|
# @return [Types::DynamoDbSettings]
|
4924
5034
|
#
|
4925
5035
|
# @!attribute [rw] s3_settings
|
4926
5036
|
# Settings in JSON format for the target Amazon S3 endpoint. For more
|
4927
5037
|
# information about the available settings, see [Extra Connection
|
4928
|
-
# Attributes When Using Amazon S3 as a Target for
|
4929
|
-
# *
|
5038
|
+
# Attributes When Using Amazon S3 as a Target for DMS][1] in the
|
5039
|
+
# *Database Migration Service User Guide.*
|
4930
5040
|
#
|
4931
5041
|
#
|
4932
5042
|
#
|
@@ -4939,64 +5049,58 @@ module Aws::DatabaseMigrationService
|
|
4939
5049
|
#
|
4940
5050
|
# Attributes include the following:
|
4941
5051
|
#
|
4942
|
-
# * serviceAccessRoleArn - The
|
4943
|
-
#
|
5052
|
+
# * serviceAccessRoleArn - The Identity and Access Management (IAM)
|
5053
|
+
# role that has permission to access the Amazon S3 bucket. The role
|
5054
|
+
# must allow the `iam:PassRole` action.
|
4944
5055
|
#
|
4945
5056
|
# * BucketName - The name of the S3 bucket to use.
|
4946
5057
|
#
|
4947
|
-
# * compressionType - An optional parameter to use GZIP to compress
|
4948
|
-
# the target files. Either set this parameter to NONE (the default)
|
4949
|
-
# or don't use it to leave the files uncompressed.
|
4950
|
-
#
|
4951
5058
|
# Shorthand syntax for these settings is as follows:
|
4952
|
-
# `ServiceAccessRoleArn=string
|
4953
|
-
# ,BucketName=string,CompressionType=string`
|
5059
|
+
# `ServiceAccessRoleArn=string ,BucketName=string`
|
4954
5060
|
#
|
4955
5061
|
# JSON syntax for these settings is as follows: `\{
|
4956
|
-
# "ServiceAccessRoleArn": "string", "BucketName": "string"
|
4957
|
-
# "CompressionType": "none"|"gzip" \} `
|
5062
|
+
# "ServiceAccessRoleArn": "string", "BucketName": "string"\} `
|
4958
5063
|
# @return [Types::DmsTransferSettings]
|
4959
5064
|
#
|
4960
5065
|
# @!attribute [rw] mongo_db_settings
|
4961
5066
|
# Settings in JSON format for the source MongoDB endpoint. For more
|
4962
5067
|
# information about the available settings, see the configuration
|
4963
|
-
# properties section in [
|
4964
|
-
# Migration Service][1] in the
|
4965
|
-
# Guide.*
|
5068
|
+
# properties section in [Endpoint configuration settings when using
|
5069
|
+
# MongoDB as a source for Database Migration Service][1] in the
|
5070
|
+
# *Database Migration Service User Guide.*
|
4966
5071
|
#
|
4967
5072
|
#
|
4968
5073
|
#
|
4969
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html
|
5074
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MongoDB.html#CHAP_Source.MongoDB.Configuration
|
4970
5075
|
# @return [Types::MongoDbSettings]
|
4971
5076
|
#
|
4972
5077
|
# @!attribute [rw] kinesis_settings
|
4973
5078
|
# Settings in JSON format for the target endpoint for Amazon Kinesis
|
4974
5079
|
# Data Streams. For more information about the available settings, see
|
4975
|
-
# [Using
|
4976
|
-
#
|
4977
|
-
# Guide.*
|
5080
|
+
# [Using object mapping to migrate data to a Kinesis data stream][1]
|
5081
|
+
# in the *Database Migration Service User Guide.*
|
4978
5082
|
#
|
4979
5083
|
#
|
4980
5084
|
#
|
4981
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html
|
5085
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kinesis.html#CHAP_Target.Kinesis.ObjectMapping
|
4982
5086
|
# @return [Types::KinesisSettings]
|
4983
5087
|
#
|
4984
5088
|
# @!attribute [rw] kafka_settings
|
4985
5089
|
# Settings in JSON format for the target Apache Kafka endpoint. For
|
4986
|
-
# more information about the available settings, see [Using
|
4987
|
-
#
|
4988
|
-
#
|
5090
|
+
# more information about the available settings, see [Using object
|
5091
|
+
# mapping to migrate data to a Kafka topic][1] in the *Database
|
5092
|
+
# Migration Service User Guide.*
|
4989
5093
|
#
|
4990
5094
|
#
|
4991
5095
|
#
|
4992
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html
|
5096
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Kafka.html#CHAP_Target.Kafka.ObjectMapping
|
4993
5097
|
# @return [Types::KafkaSettings]
|
4994
5098
|
#
|
4995
5099
|
# @!attribute [rw] elasticsearch_settings
|
4996
5100
|
# Settings in JSON format for the target Elasticsearch endpoint. For
|
4997
5101
|
# more information about the available settings, see [Extra Connection
|
4998
|
-
# Attributes When Using Elasticsearch as a Target for
|
4999
|
-
#
|
5102
|
+
# Attributes When Using Elasticsearch as a Target for DMS][1] in the
|
5103
|
+
# *Database Migration Service User Guide.*
|
5000
5104
|
#
|
5001
5105
|
#
|
5002
5106
|
#
|
@@ -5006,8 +5110,8 @@ module Aws::DatabaseMigrationService
|
|
5006
5110
|
# @!attribute [rw] neptune_settings
|
5007
5111
|
# Settings in JSON format for the target Amazon Neptune endpoint. For
|
5008
5112
|
# more information about the available settings, see [Specifying
|
5009
|
-
#
|
5010
|
-
# Database Migration Service User Guide.*
|
5113
|
+
# graph-mapping rules using Gremlin and R2RML for Amazon Neptune as a
|
5114
|
+
# target][1] in the *Database Migration Service User Guide.*
|
5011
5115
|
#
|
5012
5116
|
#
|
5013
5117
|
#
|
@@ -5021,94 +5125,121 @@ module Aws::DatabaseMigrationService
|
|
5021
5125
|
# @!attribute [rw] postgre_sql_settings
|
5022
5126
|
# Settings in JSON format for the source and target PostgreSQL
|
5023
5127
|
# endpoint. For information about other available settings, see [Extra
|
5024
|
-
# connection attributes when using PostgreSQL as a source for
|
5025
|
-
#
|
5026
|
-
#
|
5027
|
-
# Guide.*
|
5128
|
+
# connection attributes when using PostgreSQL as a source for DMS][1]
|
5129
|
+
# and [ Extra connection attributes when using PostgreSQL as a target
|
5130
|
+
# for DMS][2] in the *Database Migration Service User Guide.*
|
5028
5131
|
#
|
5029
5132
|
#
|
5030
5133
|
#
|
5031
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.ConnectionAttrib
|
5032
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.ConnectionAttrib
|
5134
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib
|
5135
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.PostgreSQL.html#CHAP_Target.PostgreSQL.ConnectionAttrib
|
5033
5136
|
# @return [Types::PostgreSQLSettings]
|
5034
5137
|
#
|
5035
5138
|
# @!attribute [rw] my_sql_settings
|
5036
5139
|
# Settings in JSON format for the source and target MySQL endpoint.
|
5037
5140
|
# For information about other available settings, see [Extra
|
5038
|
-
# connection attributes when using MySQL as a source for
|
5039
|
-
#
|
5040
|
-
#
|
5041
|
-
#
|
5141
|
+
# connection attributes when using MySQL as a source for DMS][1] and
|
5142
|
+
# [Extra connection attributes when using a MySQL-compatible database
|
5143
|
+
# as a target for DMS][2] in the *Database Migration Service User
|
5144
|
+
# Guide.*
|
5042
5145
|
#
|
5043
5146
|
#
|
5044
5147
|
#
|
5045
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.ConnectionAttrib
|
5046
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.ConnectionAttrib
|
5148
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.MySQL.html#CHAP_Source.MySQL.ConnectionAttrib
|
5149
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.MySQL.html#CHAP_Target.MySQL.ConnectionAttrib
|
5047
5150
|
# @return [Types::MySQLSettings]
|
5048
5151
|
#
|
5049
5152
|
# @!attribute [rw] oracle_settings
|
5050
5153
|
# Settings in JSON format for the source and target Oracle endpoint.
|
5051
5154
|
# For information about other available settings, see [Extra
|
5052
|
-
# connection attributes when using Oracle as a source for
|
5053
|
-
#
|
5054
|
-
#
|
5155
|
+
# connection attributes when using Oracle as a source for DMS][1] and
|
5156
|
+
# [ Extra connection attributes when using Oracle as a target for
|
5157
|
+
# DMS][2] in the *Database Migration Service User Guide.*
|
5055
5158
|
#
|
5056
5159
|
#
|
5057
5160
|
#
|
5058
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.ConnectionAttrib
|
5059
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.ConnectionAttrib
|
5161
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.ConnectionAttrib
|
5162
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Oracle.html#CHAP_Target.Oracle.ConnectionAttrib
|
5060
5163
|
# @return [Types::OracleSettings]
|
5061
5164
|
#
|
5062
5165
|
# @!attribute [rw] sybase_settings
|
5063
5166
|
# Settings in JSON format for the source and target SAP ASE endpoint.
|
5064
5167
|
# For information about other available settings, see [Extra
|
5065
|
-
# connection attributes when using SAP ASE as a source for
|
5066
|
-
#
|
5067
|
-
#
|
5168
|
+
# connection attributes when using SAP ASE as a source for DMS][1] and
|
5169
|
+
# [Extra connection attributes when using SAP ASE as a target for
|
5170
|
+
# DMS][2] in the *Database Migration Service User Guide.*
|
5068
5171
|
#
|
5069
5172
|
#
|
5070
5173
|
#
|
5071
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.ConnectionAttrib
|
5072
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.ConnectionAttrib
|
5174
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SAP.html#CHAP_Source.SAP.ConnectionAttrib
|
5175
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SAP.html#CHAP_Target.SAP.ConnectionAttrib
|
5073
5176
|
# @return [Types::SybaseSettings]
|
5074
5177
|
#
|
5075
5178
|
# @!attribute [rw] microsoft_sql_server_settings
|
5076
5179
|
# Settings in JSON format for the source and target Microsoft SQL
|
5077
5180
|
# Server endpoint. For information about other available settings, see
|
5078
5181
|
# [Extra connection attributes when using SQL Server as a source for
|
5079
|
-
#
|
5080
|
-
#
|
5081
|
-
# User Guide.*
|
5182
|
+
# DMS][1] and [ Extra connection attributes when using SQL Server as a
|
5183
|
+
# target for DMS][2] in the *Database Migration Service User Guide.*
|
5082
5184
|
#
|
5083
5185
|
#
|
5084
5186
|
#
|
5085
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.ConnectionAttrib
|
5086
|
-
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.ConnectionAttrib
|
5187
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.SQLServer.html#CHAP_Source.SQLServer.ConnectionAttrib
|
5188
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.SQLServer.html#CHAP_Target.SQLServer.ConnectionAttrib
|
5087
5189
|
# @return [Types::MicrosoftSQLServerSettings]
|
5088
5190
|
#
|
5089
5191
|
# @!attribute [rw] ibm_db_2_settings
|
5090
5192
|
# Settings in JSON format for the source IBM Db2 LUW endpoint. For
|
5091
5193
|
# information about other available settings, see [Extra connection
|
5092
|
-
# attributes when using Db2 LUW as a source for
|
5093
|
-
# *
|
5194
|
+
# attributes when using Db2 LUW as a source for DMS][1] in the
|
5195
|
+
# *Database Migration Service User Guide.*
|
5094
5196
|
#
|
5095
5197
|
#
|
5096
5198
|
#
|
5097
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.ConnectionAttrib
|
5199
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html#CHAP_Source.DB2.ConnectionAttrib
|
5098
5200
|
# @return [Types::IBMDb2Settings]
|
5099
5201
|
#
|
5100
5202
|
# @!attribute [rw] doc_db_settings
|
5101
5203
|
# Settings in JSON format for the source DocumentDB endpoint. For more
|
5102
5204
|
# information about the available settings, see the configuration
|
5103
|
-
# properties section in [ Using DocumentDB as a Target for
|
5104
|
-
#
|
5105
|
-
#
|
5205
|
+
# properties section in [ Using DocumentDB as a Target for Database
|
5206
|
+
# Migration Service ][1] in the *Database Migration Service User
|
5207
|
+
# Guide.*
|
5106
5208
|
#
|
5107
5209
|
#
|
5108
5210
|
#
|
5109
5211
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html
|
5110
5212
|
# @return [Types::DocDbSettings]
|
5111
5213
|
#
|
5214
|
+
# @!attribute [rw] redis_settings
|
5215
|
+
# Settings in JSON format for the Redis target endpoint.
|
5216
|
+
# @return [Types::RedisSettings]
|
5217
|
+
#
|
5218
|
+
# @!attribute [rw] exact_settings
|
5219
|
+
# If this attribute is Y, the current call to `ModifyEndpoint`
|
5220
|
+
# replaces all existing endpoint settings with the exact settings that
|
5221
|
+
# you specify in this call. If this attribute is N, the current call
|
5222
|
+
# to `ModifyEndpoint` does two things:
|
5223
|
+
#
|
5224
|
+
# * It replaces any endpoint settings that already exist with new
|
5225
|
+
# values, for settings with the same names.
|
5226
|
+
#
|
5227
|
+
# * It creates new endpoint settings that you specify in the call, for
|
5228
|
+
# settings with different names.
|
5229
|
+
#
|
5230
|
+
# For example, if you call `create-endpoint ... --endpoint-settings
|
5231
|
+
# '\{"a":1\}' ...`, the endpoint has the following endpoint settings:
|
5232
|
+
# `'\{"a":1\}'`. If you then call `modify-endpoint ...
|
5233
|
+
# --endpoint-settings '\{"b":2\}' ...` for the same endpoint, the
|
5234
|
+
# endpoint has the following settings: `'\{"a":1,"b":2\}'`.
|
5235
|
+
#
|
5236
|
+
# However, suppose that you follow this with a call to
|
5237
|
+
# `modify-endpoint ... --endpoint-settings '\{"b":2\}'
|
5238
|
+
# --exact-settings ...` for that same endpoint again. Then the
|
5239
|
+
# endpoint has the following settings: `'\{"b":2\}'`. All existing
|
5240
|
+
# settings are replaced with the exact settings that you specify.
|
5241
|
+
# @return [Boolean]
|
5242
|
+
#
|
5112
5243
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage AWS API Documentation
|
5113
5244
|
#
|
5114
5245
|
class ModifyEndpointMessage < Struct.new(
|
@@ -5141,7 +5272,9 @@ module Aws::DatabaseMigrationService
|
|
5141
5272
|
:sybase_settings,
|
5142
5273
|
:microsoft_sql_server_settings,
|
5143
5274
|
:ibm_db_2_settings,
|
5144
|
-
:doc_db_settings
|
5275
|
+
:doc_db_settings,
|
5276
|
+
:redis_settings,
|
5277
|
+
:exact_settings)
|
5145
5278
|
SENSITIVE = [:password]
|
5146
5279
|
include Aws::Structure
|
5147
5280
|
end
|
@@ -5170,8 +5303,7 @@ module Aws::DatabaseMigrationService
|
|
5170
5303
|
# }
|
5171
5304
|
#
|
5172
5305
|
# @!attribute [rw] subscription_name
|
5173
|
-
# The name of the
|
5174
|
-
# modified.
|
5306
|
+
# The name of the DMS event notification subscription to be modified.
|
5175
5307
|
# @return [String]
|
5176
5308
|
#
|
5177
5309
|
# @!attribute [rw] sns_topic_arn
|
@@ -5181,7 +5313,7 @@ module Aws::DatabaseMigrationService
|
|
5181
5313
|
# @return [String]
|
5182
5314
|
#
|
5183
5315
|
# @!attribute [rw] source_type
|
5184
|
-
# The type of
|
5316
|
+
# The type of DMS resource that generates the events you want to
|
5185
5317
|
# subscribe to.
|
5186
5318
|
#
|
5187
5319
|
# Valid values: replication-instance \| replication-task
|
@@ -5260,7 +5392,7 @@ module Aws::DatabaseMigrationService
|
|
5260
5392
|
#
|
5261
5393
|
# For more information on the settings and capacities for the
|
5262
5394
|
# available replication instance classes, see [ Selecting the right
|
5263
|
-
#
|
5395
|
+
# DMS replication instance for your migration][1].
|
5264
5396
|
#
|
5265
5397
|
#
|
5266
5398
|
#
|
@@ -5327,8 +5459,7 @@ module Aws::DatabaseMigrationService
|
|
5327
5459
|
#
|
5328
5460
|
# * A newer minor version is available.
|
5329
5461
|
#
|
5330
|
-
# *
|
5331
|
-
# version.
|
5462
|
+
# * DMS has enabled automatic patching for the given engine version.
|
5332
5463
|
# @return [Boolean]
|
5333
5464
|
#
|
5334
5465
|
# @!attribute [rw] replication_instance_identifier
|
@@ -5446,10 +5577,10 @@ module Aws::DatabaseMigrationService
|
|
5446
5577
|
# @return [String]
|
5447
5578
|
#
|
5448
5579
|
# @!attribute [rw] table_mappings
|
5449
|
-
# When using the
|
5450
|
-
#
|
5451
|
-
#
|
5452
|
-
#
|
5580
|
+
# When using the CLI or boto3, provide the path of the JSON file that
|
5581
|
+
# contains the table mappings. Precede the path with `file://`. For
|
5582
|
+
# example, `--table-mappings file://mappingfile.json`. When working
|
5583
|
+
# with the DMS API, provide the JSON as the parameter value.
|
5453
5584
|
# @return [String]
|
5454
5585
|
#
|
5455
5586
|
# @!attribute [rw] replication_task_settings
|
@@ -5486,7 +5617,7 @@ module Aws::DatabaseMigrationService
|
|
5486
5617
|
# with the source endpoint. You can verify this by setting the
|
5487
5618
|
# `slotName` extra connection attribute to the name of this logical
|
5488
5619
|
# replication slot. For more information, see [Extra Connection
|
5489
|
-
# Attributes When Using PostgreSQL as a Source for
|
5620
|
+
# Attributes When Using PostgreSQL as a Source for DMS][1].
|
5490
5621
|
#
|
5491
5622
|
# </note>
|
5492
5623
|
#
|
@@ -5509,8 +5640,8 @@ module Aws::DatabaseMigrationService
|
|
5509
5640
|
# @!attribute [rw] task_data
|
5510
5641
|
# Supplemental information that the task requires to migrate the data
|
5511
5642
|
# for certain source and target endpoints. For more information, see
|
5512
|
-
# [Specifying Supplemental Data for Task Settings][1] in the *
|
5513
|
-
#
|
5643
|
+
# [Specifying Supplemental Data for Task Settings][1] in the *Database
|
5644
|
+
# Migration Service User Guide.*
|
5514
5645
|
#
|
5515
5646
|
#
|
5516
5647
|
#
|
@@ -5636,20 +5767,21 @@ module Aws::DatabaseMigrationService
|
|
5636
5767
|
# @return [String]
|
5637
5768
|
#
|
5638
5769
|
# @!attribute [rw] kms_key_id
|
5639
|
-
# The
|
5640
|
-
#
|
5641
|
-
# `KmsKeyId` parameter, then
|
5642
|
-
#
|
5643
|
-
# Your
|
5644
|
-
# Region.
|
5770
|
+
# The KMS key identifier that is used to encrypt the content on the
|
5771
|
+
# replication instance. If you don't specify a value for the
|
5772
|
+
# `KmsKeyId` parameter, then DMS uses your default encryption key. KMS
|
5773
|
+
# creates the default encryption key for your Amazon Web Services
|
5774
|
+
# account. Your Amazon Web Services account has a different default
|
5775
|
+
# encryption key for each Amazon Web Services Region.
|
5645
5776
|
# @return [String]
|
5646
5777
|
#
|
5647
5778
|
# @!attribute [rw] secrets_manager_access_role_arn
|
5648
5779
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
5649
|
-
#
|
5650
|
-
# access the value in `SecretsManagerSecret`.
|
5651
|
-
# has the value of the
|
5652
|
-
# to the
|
5780
|
+
# DMS as the trusted entity and grants the required permissions to
|
5781
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
5782
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
5783
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
5784
|
+
# MongoDB endpoint.
|
5653
5785
|
#
|
5654
5786
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
5655
5787
|
# can specify the values for this setting and
|
@@ -5657,15 +5789,15 @@ module Aws::DatabaseMigrationService
|
|
5657
5789
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
5658
5790
|
# both. For more information on creating this `SecretsManagerSecret`
|
5659
5791
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
5660
|
-
# required to access it, see [Using secrets to access
|
5661
|
-
# Migration Service resources][1] in the *
|
5662
|
-
#
|
5792
|
+
# required to access it, see [Using secrets to access Database
|
5793
|
+
# Migration Service resources][1] in the *Database Migration Service
|
5794
|
+
# User Guide*.
|
5663
5795
|
#
|
5664
5796
|
# </note>
|
5665
5797
|
#
|
5666
5798
|
#
|
5667
5799
|
#
|
5668
|
-
# [1]: https://docs.aws.amazon.com/
|
5800
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
5669
5801
|
# @return [String]
|
5670
5802
|
#
|
5671
5803
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -5756,9 +5888,12 @@ module Aws::DatabaseMigrationService
|
|
5756
5888
|
# }
|
5757
5889
|
#
|
5758
5890
|
# @!attribute [rw] after_connect_script
|
5759
|
-
# Specifies a script to run immediately after
|
5891
|
+
# Specifies a script to run immediately after DMS connects to the
|
5760
5892
|
# endpoint. The migration task continues running regardless if the SQL
|
5761
5893
|
# statement succeeds or fails.
|
5894
|
+
#
|
5895
|
+
# For this parameter, provide the code of the script itself, not the
|
5896
|
+
# name of a file containing the script.
|
5762
5897
|
# @return [String]
|
5763
5898
|
#
|
5764
5899
|
# @!attribute [rw] clean_source_metadata_on_mismatch
|
@@ -5769,7 +5904,14 @@ module Aws::DatabaseMigrationService
|
|
5769
5904
|
# @return [Boolean]
|
5770
5905
|
#
|
5771
5906
|
# @!attribute [rw] database_name
|
5772
|
-
# Database name for the endpoint.
|
5907
|
+
# Database name for the endpoint. For a MySQL source or target
|
5908
|
+
# endpoint, don't explicitly specify the database using the
|
5909
|
+
# `DatabaseName` request parameter on either the `CreateEndpoint` or
|
5910
|
+
# `ModifyEndpoint` API call. Specifying `DatabaseName` when you create
|
5911
|
+
# or modify a MySQL endpoint replicates all the task tables to this
|
5912
|
+
# single database. For MySQL endpoints, you specify the database only
|
5913
|
+
# when you specify the schema in the table-mapping rules of the DMS
|
5914
|
+
# task.
|
5773
5915
|
# @return [String]
|
5774
5916
|
#
|
5775
5917
|
# @!attribute [rw] events_poll_interval
|
@@ -5778,8 +5920,8 @@ module Aws::DatabaseMigrationService
|
|
5778
5920
|
#
|
5779
5921
|
# Example: `eventsPollInterval=5;`
|
5780
5922
|
#
|
5781
|
-
# In the example,
|
5782
|
-
#
|
5923
|
+
# In the example, DMS checks for changes in the binary logs every five
|
5924
|
+
# seconds.
|
5783
5925
|
# @return [Integer]
|
5784
5926
|
#
|
5785
5927
|
# @!attribute [rw] target_db_type
|
@@ -5832,10 +5974,11 @@ module Aws::DatabaseMigrationService
|
|
5832
5974
|
#
|
5833
5975
|
# @!attribute [rw] secrets_manager_access_role_arn
|
5834
5976
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
5835
|
-
#
|
5836
|
-
# access the value in `SecretsManagerSecret`.
|
5837
|
-
# has the value of the
|
5838
|
-
# to the
|
5977
|
+
# DMS as the trusted entity and grants the required permissions to
|
5978
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
5979
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
5980
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
5981
|
+
# MySQL endpoint.
|
5839
5982
|
#
|
5840
5983
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
5841
5984
|
# can specify the values for this setting and
|
@@ -5843,15 +5986,15 @@ module Aws::DatabaseMigrationService
|
|
5843
5986
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
5844
5987
|
# both. For more information on creating this `SecretsManagerSecret`
|
5845
5988
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
5846
|
-
# required to access it, see [Using secrets to access
|
5847
|
-
# Migration Service resources][1] in the *
|
5848
|
-
#
|
5989
|
+
# required to access it, see [Using secrets to access Database
|
5990
|
+
# Migration Service resources][1] in the *Database Migration Service
|
5991
|
+
# User Guide*.
|
5849
5992
|
#
|
5850
5993
|
# </note>
|
5851
5994
|
#
|
5852
5995
|
#
|
5853
5996
|
#
|
5854
|
-
# [1]: https://docs.aws.amazon.com/
|
5997
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
5855
5998
|
# @return [String]
|
5856
5999
|
#
|
5857
6000
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -5898,9 +6041,10 @@ module Aws::DatabaseMigrationService
|
|
5898
6041
|
#
|
5899
6042
|
# @!attribute [rw] service_access_role_arn
|
5900
6043
|
# The Amazon Resource Name (ARN) of the service role that you created
|
5901
|
-
# for the Neptune target endpoint.
|
5902
|
-
#
|
5903
|
-
#
|
6044
|
+
# for the Neptune target endpoint. The role must allow the
|
6045
|
+
# `iam:PassRole` action. For more information, see [Creating an IAM
|
6046
|
+
# Service Role for Accessing Amazon Neptune as a Target][1] in the
|
6047
|
+
# <i>Database Migration Service User Guide. </i>
|
5904
6048
|
#
|
5905
6049
|
#
|
5906
6050
|
#
|
@@ -5908,39 +6052,39 @@ module Aws::DatabaseMigrationService
|
|
5908
6052
|
# @return [String]
|
5909
6053
|
#
|
5910
6054
|
# @!attribute [rw] s3_bucket_name
|
5911
|
-
# The name of the Amazon S3 bucket where
|
6055
|
+
# The name of the Amazon S3 bucket where DMS can temporarily store
|
5912
6056
|
# migrated graph data in .csv files before bulk-loading it to the
|
5913
|
-
# Neptune target database.
|
5914
|
-
#
|
6057
|
+
# Neptune target database. DMS maps the SQL source data to graph data
|
6058
|
+
# before storing it in these .csv files.
|
5915
6059
|
# @return [String]
|
5916
6060
|
#
|
5917
6061
|
# @!attribute [rw] s3_bucket_folder
|
5918
|
-
# A folder path where you want
|
5919
|
-
#
|
6062
|
+
# A folder path where you want DMS to store migrated graph data in the
|
6063
|
+
# S3 bucket specified by `S3BucketName`
|
5920
6064
|
# @return [String]
|
5921
6065
|
#
|
5922
6066
|
# @!attribute [rw] error_retry_duration
|
5923
|
-
# The number of milliseconds for
|
5924
|
-
#
|
5925
|
-
#
|
6067
|
+
# The number of milliseconds for DMS to wait to retry a bulk-load of
|
6068
|
+
# migrated graph data to the Neptune target database before raising an
|
6069
|
+
# error. The default is 250.
|
5926
6070
|
# @return [Integer]
|
5927
6071
|
#
|
5928
6072
|
# @!attribute [rw] max_file_size
|
5929
6073
|
# The maximum size in kilobytes of migrated graph data stored in a
|
5930
|
-
# .csv file before
|
6074
|
+
# .csv file before DMS bulk-loads the data to the Neptune target
|
5931
6075
|
# database. The default is 1,048,576 KB. If the bulk load is
|
5932
|
-
# successful,
|
5933
|
-
#
|
6076
|
+
# successful, DMS clears the bucket, ready to store the next batch of
|
6077
|
+
# migrated graph data.
|
5934
6078
|
# @return [Integer]
|
5935
6079
|
#
|
5936
6080
|
# @!attribute [rw] max_retry_count
|
5937
|
-
# The number of times for
|
5938
|
-
#
|
5939
|
-
#
|
6081
|
+
# The number of times for DMS to retry a bulk load of migrated graph
|
6082
|
+
# data to the Neptune target database before raising an error. The
|
6083
|
+
# default is 5.
|
5940
6084
|
# @return [Integer]
|
5941
6085
|
#
|
5942
6086
|
# @!attribute [rw] iam_auth_enabled
|
5943
|
-
# If you want
|
6087
|
+
# If you want Identity and Access Management (IAM) authorization
|
5944
6088
|
# enabled for this endpoint, set this parameter to `true`. Then attach
|
5945
6089
|
# the appropriate IAM policy document to your service role specified
|
5946
6090
|
# by `ServiceAccessRoleArn`. The default is `false`.
|
@@ -5969,6 +6113,7 @@ module Aws::DatabaseMigrationService
|
|
5969
6113
|
# add_supplemental_logging: false,
|
5970
6114
|
# archived_log_dest_id: 1,
|
5971
6115
|
# additional_archived_log_dest_id: 1,
|
6116
|
+
# extra_archived_log_dest_ids: [1],
|
5972
6117
|
# allow_select_nested_tables: false,
|
5973
6118
|
# parallel_asm_read_threads: 1,
|
5974
6119
|
# read_ahead_blocks: 1,
|
@@ -5996,7 +6141,11 @@ module Aws::DatabaseMigrationService
|
|
5996
6141
|
# security_db_encryption_name: "String",
|
5997
6142
|
# server_name: "String",
|
5998
6143
|
# spatial_data_option_to_geo_json_function_name: "String",
|
6144
|
+
# standby_delay_time: 1,
|
5999
6145
|
# username: "String",
|
6146
|
+
# use_b_file: false,
|
6147
|
+
# use_direct_path_full_load: false,
|
6148
|
+
# use_logminer_reader: false,
|
6000
6149
|
# secrets_manager_access_role_arn: "String",
|
6001
6150
|
# secrets_manager_secret_id: "String",
|
6002
6151
|
# secrets_manager_oracle_asm_access_role_arn: "String",
|
@@ -6013,22 +6162,64 @@ module Aws::DatabaseMigrationService
|
|
6013
6162
|
# @return [Boolean]
|
6014
6163
|
#
|
6015
6164
|
# @!attribute [rw] archived_log_dest_id
|
6016
|
-
# Specifies the
|
6017
|
-
# should be the same as
|
6018
|
-
#
|
6019
|
-
#
|
6020
|
-
#
|
6021
|
-
# correct logs are accessed from the outset.
|
6165
|
+
# Specifies the ID of the destination for the archived redo logs. This
|
6166
|
+
# value should be the same as a number in the dest\_id column of the
|
6167
|
+
# v$archived\_log view. If you work with an additional redo log
|
6168
|
+
# destination, use the `AdditionalArchivedLogDestId` option to specify
|
6169
|
+
# the additional destination ID. Doing this improves performance by
|
6170
|
+
# ensuring that the correct logs are accessed from the outset.
|
6022
6171
|
# @return [Integer]
|
6023
6172
|
#
|
6024
6173
|
# @!attribute [rw] additional_archived_log_dest_id
|
6025
|
-
# Set this attribute with `
|
6174
|
+
# Set this attribute with `ArchivedLogDestId` in a primary/ standby
|
6026
6175
|
# setup. This attribute is useful in the case of a switchover. In this
|
6027
|
-
# case,
|
6028
|
-
#
|
6029
|
-
#
|
6176
|
+
# case, DMS needs to know which destination to get archive redo logs
|
6177
|
+
# from to read changes. This need arises because the previous primary
|
6178
|
+
# instance is now a standby instance after switchover.
|
6179
|
+
#
|
6180
|
+
# Although DMS supports the use of the Oracle `RESETLOGS` option to
|
6181
|
+
# open the database, never use `RESETLOGS` unless necessary. For
|
6182
|
+
# additional information about `RESETLOGS`, see [RMAN Data Repair
|
6183
|
+
# Concepts][1] in the *Oracle Database Backup and Recovery User's
|
6184
|
+
# Guide*.
|
6185
|
+
#
|
6186
|
+
#
|
6187
|
+
#
|
6188
|
+
# [1]: https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B
|
6030
6189
|
# @return [Integer]
|
6031
6190
|
#
|
6191
|
+
# @!attribute [rw] extra_archived_log_dest_ids
|
6192
|
+
# Specifies the IDs of one more destinations for one or more archived
|
6193
|
+
# redo logs. These IDs are the values of the `dest_id` column in the
|
6194
|
+
# `v$archived_log` view. Use this setting with the `archivedLogDestId`
|
6195
|
+
# extra connection attribute in a primary-to-single setup or a
|
6196
|
+
# primary-to-multiple-standby setup.
|
6197
|
+
#
|
6198
|
+
# This setting is useful in a switchover when you use an Oracle Data
|
6199
|
+
# Guard database as a source. In this case, DMS needs information
|
6200
|
+
# about what destination to get archive redo logs from to read
|
6201
|
+
# changes. DMS needs this because after the switchover the previous
|
6202
|
+
# primary is a standby instance. For example, in a primary-to-single
|
6203
|
+
# standby setup you might apply the following settings.
|
6204
|
+
#
|
6205
|
+
# `archivedLogDestId=1; ExtraArchivedLogDestIds=[2]`
|
6206
|
+
#
|
6207
|
+
# In a primary-to-multiple-standby setup, you might apply the
|
6208
|
+
# following settings.
|
6209
|
+
#
|
6210
|
+
# `archivedLogDestId=1; ExtraArchivedLogDestIds=[2,3,4]`
|
6211
|
+
#
|
6212
|
+
# Although DMS supports the use of the Oracle `RESETLOGS` option to
|
6213
|
+
# open the database, never use `RESETLOGS` unless it's necessary. For
|
6214
|
+
# more information about `RESETLOGS`, see [ RMAN Data Repair
|
6215
|
+
# Concepts][1] in the *Oracle Database Backup and Recovery User's
|
6216
|
+
# Guide*.
|
6217
|
+
#
|
6218
|
+
#
|
6219
|
+
#
|
6220
|
+
# [1]: https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/rman-data-repair-concepts.html#GUID-1805CCF7-4AF2-482D-B65A-998192F89C2B
|
6221
|
+
# @return [Array<Integer>]
|
6222
|
+
#
|
6032
6223
|
# @!attribute [rw] allow_select_nested_tables
|
6033
6224
|
# Set this attribute to `true` to enable replication of Oracle tables
|
6034
6225
|
# containing columns that are nested tables or defined types.
|
@@ -6036,7 +6227,7 @@ module Aws::DatabaseMigrationService
|
|
6036
6227
|
#
|
6037
6228
|
# @!attribute [rw] parallel_asm_read_threads
|
6038
6229
|
# Set this attribute to change the number of threads that DMS
|
6039
|
-
# configures to perform a
|
6230
|
+
# configures to perform a change data capture (CDC) load using Oracle
|
6040
6231
|
# Automatic Storage Management (ASM). You can specify an integer value
|
6041
6232
|
# between 2 (the default) and 8 (the maximum). Use this attribute
|
6042
6233
|
# together with the `readAheadBlocks` attribute.
|
@@ -6044,7 +6235,7 @@ module Aws::DatabaseMigrationService
|
|
6044
6235
|
#
|
6045
6236
|
# @!attribute [rw] read_ahead_blocks
|
6046
6237
|
# Set this attribute to change the number of read-ahead blocks that
|
6047
|
-
# DMS configures to perform a
|
6238
|
+
# DMS configures to perform a change data capture (CDC) load using
|
6048
6239
|
# Oracle Automatic Storage Management (ASM). You can specify an
|
6049
6240
|
# integer value between 1000 (the default) and 200,000 (the maximum).
|
6050
6241
|
# @return [Integer]
|
@@ -6097,9 +6288,9 @@ module Aws::DatabaseMigrationService
|
|
6097
6288
|
# @return [Boolean]
|
6098
6289
|
#
|
6099
6290
|
# @!attribute [rw] archived_logs_only
|
6100
|
-
# When this field is set to `Y`,
|
6101
|
-
#
|
6102
|
-
#
|
6291
|
+
# When this field is set to `Y`, DMS only accesses the archived redo
|
6292
|
+
# logs. If the archived redo logs are stored on Oracle ASM only, the
|
6293
|
+
# DMS user account needs to be granted ASM privileges.
|
6103
6294
|
# @return [Boolean]
|
6104
6295
|
#
|
6105
6296
|
# @!attribute [rw] asm_password
|
@@ -6158,8 +6349,8 @@ module Aws::DatabaseMigrationService
|
|
6158
6349
|
# @!attribute [rw] direct_path_parallel_load
|
6159
6350
|
# When set to `true`, this attribute specifies a parallel load when
|
6160
6351
|
# `useDirectPathFullLoad` is set to `Y`. This attribute also only
|
6161
|
-
# applies when you use the
|
6162
|
-
#
|
6352
|
+
# applies when you use the DMS parallel load feature. Note that the
|
6353
|
+
# target table cannot have any constraints or indexes.
|
6163
6354
|
# @return [Boolean]
|
6164
6355
|
#
|
6165
6356
|
# @!attribute [rw] fail_tasks_on_lob_truncation
|
@@ -6206,7 +6397,7 @@ module Aws::DatabaseMigrationService
|
|
6206
6397
|
# when you create the endpoint. The `SecurityDbEncryptian` setting is
|
6207
6398
|
# related to this `SecurityDbEncryptionName` setting. For more
|
6208
6399
|
# information, see [ Supported encryption methods for using Oracle as
|
6209
|
-
# a source for
|
6400
|
+
# a source for DMS ][1] in the *Database Migration Service User
|
6210
6401
|
# Guide*.
|
6211
6402
|
#
|
6212
6403
|
#
|
@@ -6222,8 +6413,8 @@ module Aws::DatabaseMigrationService
|
|
6222
6413
|
# information on setting the key name value of
|
6223
6414
|
# `SecurityDbEncryptionName`, see the information and example for
|
6224
6415
|
# setting the `securityDbEncryptionName` extra connection attribute in
|
6225
|
-
# [ Supported encryption methods for using Oracle as a source for
|
6226
|
-
#
|
6416
|
+
# [ Supported encryption methods for using Oracle as a source for DMS
|
6417
|
+
# ][1] in the *Database Migration Service User Guide*.
|
6227
6418
|
#
|
6228
6419
|
#
|
6229
6420
|
#
|
@@ -6242,16 +6433,62 @@ module Aws::DatabaseMigrationService
|
|
6242
6433
|
# `SpatialDataOptionToGeoJsonFunctionName` to call it instead.
|
6243
6434
|
# @return [String]
|
6244
6435
|
#
|
6436
|
+
# @!attribute [rw] standby_delay_time
|
6437
|
+
# Use this attribute to specify a time in minutes for the delay in
|
6438
|
+
# standby sync. If the source is an Oracle Active Data Guard standby
|
6439
|
+
# database, use this attribute to specify the time lag between primary
|
6440
|
+
# and standby databases.
|
6441
|
+
#
|
6442
|
+
# In DMS, you can create an Oracle CDC task that uses an Active Data
|
6443
|
+
# Guard standby instance as a source for replicating ongoing changes.
|
6444
|
+
# Doing this eliminates the need to connect to an active database that
|
6445
|
+
# might be in production.
|
6446
|
+
# @return [Integer]
|
6447
|
+
#
|
6245
6448
|
# @!attribute [rw] username
|
6246
6449
|
# Endpoint connection user name.
|
6247
6450
|
# @return [String]
|
6248
6451
|
#
|
6452
|
+
# @!attribute [rw] use_b_file
|
6453
|
+
# Set this attribute to Y to capture change data using the Binary
|
6454
|
+
# Reader utility. Set `UseLogminerReader` to N to set this attribute
|
6455
|
+
# to Y. To use Binary Reader with Amazon RDS for Oracle as the source,
|
6456
|
+
# you set additional attributes. For more information about using this
|
6457
|
+
# setting with Oracle Automatic Storage Management (ASM), see [ Using
|
6458
|
+
# Oracle LogMiner or DMS Binary Reader for CDC][1].
|
6459
|
+
#
|
6460
|
+
#
|
6461
|
+
#
|
6462
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC
|
6463
|
+
# @return [Boolean]
|
6464
|
+
#
|
6465
|
+
# @!attribute [rw] use_direct_path_full_load
|
6466
|
+
# Set this attribute to Y to have DMS use a direct path full load.
|
6467
|
+
# Specify this value to use the direct path protocol in the Oracle
|
6468
|
+
# Call Interface (OCI). By using this OCI protocol, you can bulk-load
|
6469
|
+
# Oracle target tables during a full load.
|
6470
|
+
# @return [Boolean]
|
6471
|
+
#
|
6472
|
+
# @!attribute [rw] use_logminer_reader
|
6473
|
+
# Set this attribute to Y to capture change data using the Oracle
|
6474
|
+
# LogMiner utility (the default). Set this attribute to N if you want
|
6475
|
+
# to access the redo logs as a binary file. When you set
|
6476
|
+
# `UseLogminerReader` to N, also set `UseBfile` to Y. For more
|
6477
|
+
# information on this setting and using Oracle ASM, see [ Using Oracle
|
6478
|
+
# LogMiner or DMS Binary Reader for CDC][1] in the *DMS User Guide*.
|
6479
|
+
#
|
6480
|
+
#
|
6481
|
+
#
|
6482
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC
|
6483
|
+
# @return [Boolean]
|
6484
|
+
#
|
6249
6485
|
# @!attribute [rw] secrets_manager_access_role_arn
|
6250
6486
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
6251
|
-
#
|
6252
|
-
# access the value in `SecretsManagerSecret`.
|
6253
|
-
# has the value of the
|
6254
|
-
# to the
|
6487
|
+
# DMS as the trusted entity and grants the required permissions to
|
6488
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
6489
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
6490
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
6491
|
+
# Oracle endpoint.
|
6255
6492
|
#
|
6256
6493
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
6257
6494
|
# can specify the values for this setting and
|
@@ -6259,15 +6496,15 @@ module Aws::DatabaseMigrationService
|
|
6259
6496
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
6260
6497
|
# both. For more information on creating this `SecretsManagerSecret`
|
6261
6498
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
6262
|
-
# required to access it, see [Using secrets to access
|
6263
|
-
# Migration Service resources][1] in the *
|
6264
|
-
#
|
6499
|
+
# required to access it, see [Using secrets to access Database
|
6500
|
+
# Migration Service resources][1] in the *Database Migration Service
|
6501
|
+
# User Guide*.
|
6265
6502
|
#
|
6266
6503
|
# </note>
|
6267
6504
|
#
|
6268
6505
|
#
|
6269
6506
|
#
|
6270
|
-
# [1]: https://docs.aws.amazon.com/
|
6507
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
6271
6508
|
# @return [String]
|
6272
6509
|
#
|
6273
6510
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -6278,7 +6515,7 @@ module Aws::DatabaseMigrationService
|
|
6278
6515
|
#
|
6279
6516
|
# @!attribute [rw] secrets_manager_oracle_asm_access_role_arn
|
6280
6517
|
# Required only if your Oracle endpoint uses Advanced Storage Manager
|
6281
|
-
# (ASM). The full ARN of the IAM role that specifies
|
6518
|
+
# (ASM). The full ARN of the IAM role that specifies DMS as the
|
6282
6519
|
# trusted entity and grants the required permissions to access the
|
6283
6520
|
# `SecretsManagerOracleAsmSecret`. This
|
6284
6521
|
# `SecretsManagerOracleAsmSecret` has the secret value that allows
|
@@ -6292,14 +6529,14 @@ module Aws::DatabaseMigrationService
|
|
6292
6529
|
# `SecretsManagerOracleAsmSecret` and the
|
6293
6530
|
# `SecretsManagerOracleAsmAccessRoleArn` and
|
6294
6531
|
# `SecretsManagerOracleAsmSecretId` required to access it, see [Using
|
6295
|
-
# secrets to access
|
6296
|
-
#
|
6532
|
+
# secrets to access Database Migration Service resources][1] in the
|
6533
|
+
# *Database Migration Service User Guide*.
|
6297
6534
|
#
|
6298
6535
|
# </note>
|
6299
6536
|
#
|
6300
6537
|
#
|
6301
6538
|
#
|
6302
|
-
# [1]: https://docs.aws.amazon.com/
|
6539
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
6303
6540
|
# @return [String]
|
6304
6541
|
#
|
6305
6542
|
# @!attribute [rw] secrets_manager_oracle_asm_secret_id
|
@@ -6315,6 +6552,7 @@ module Aws::DatabaseMigrationService
|
|
6315
6552
|
:add_supplemental_logging,
|
6316
6553
|
:archived_log_dest_id,
|
6317
6554
|
:additional_archived_log_dest_id,
|
6555
|
+
:extra_archived_log_dest_ids,
|
6318
6556
|
:allow_select_nested_tables,
|
6319
6557
|
:parallel_asm_read_threads,
|
6320
6558
|
:read_ahead_blocks,
|
@@ -6342,7 +6580,11 @@ module Aws::DatabaseMigrationService
|
|
6342
6580
|
:security_db_encryption_name,
|
6343
6581
|
:server_name,
|
6344
6582
|
:spatial_data_option_to_geo_json_function_name,
|
6583
|
+
:standby_delay_time,
|
6345
6584
|
:username,
|
6585
|
+
:use_b_file,
|
6586
|
+
:use_direct_path_full_load,
|
6587
|
+
:use_logminer_reader,
|
6346
6588
|
:secrets_manager_access_role_arn,
|
6347
6589
|
:secrets_manager_secret_id,
|
6348
6590
|
:secrets_manager_oracle_asm_access_role_arn,
|
@@ -6368,7 +6610,7 @@ module Aws::DatabaseMigrationService
|
|
6368
6610
|
#
|
6369
6611
|
# For more information on the settings and capacities for the
|
6370
6612
|
# available replication instance classes, see [ Selecting the right
|
6371
|
-
#
|
6613
|
+
# DMS replication instance for your migration][1].
|
6372
6614
|
#
|
6373
6615
|
#
|
6374
6616
|
#
|
@@ -6408,7 +6650,7 @@ module Aws::DatabaseMigrationService
|
|
6408
6650
|
# replication instance is in Beta or test mode. This indicates some
|
6409
6651
|
# features might not work as expected.
|
6410
6652
|
#
|
6411
|
-
# <note markdown="1">
|
6653
|
+
# <note markdown="1"> DMS supports the `ReleaseStatus` parameter in versions 3.1.4 and
|
6412
6654
|
# later.
|
6413
6655
|
#
|
6414
6656
|
# </note>
|
@@ -6430,9 +6672,9 @@ module Aws::DatabaseMigrationService
|
|
6430
6672
|
include Aws::Structure
|
6431
6673
|
end
|
6432
6674
|
|
6433
|
-
# Describes a maintenance action pending for an
|
6434
|
-
#
|
6435
|
-
#
|
6675
|
+
# Describes a maintenance action pending for an DMS resource, including
|
6676
|
+
# when and how it will be applied. This data type is a response element
|
6677
|
+
# to the `DescribePendingMaintenanceActions` operation.
|
6436
6678
|
#
|
6437
6679
|
# @!attribute [rw] action
|
6438
6680
|
# The type of pending maintenance action that is available for the
|
@@ -6497,25 +6739,29 @@ module Aws::DatabaseMigrationService
|
|
6497
6739
|
# ddl_artifacts_schema: "String",
|
6498
6740
|
# execute_timeout: 1,
|
6499
6741
|
# fail_tasks_on_lob_truncation: false,
|
6742
|
+
# heartbeat_enable: false,
|
6743
|
+
# heartbeat_schema: "String",
|
6744
|
+
# heartbeat_frequency: 1,
|
6500
6745
|
# password: "SecretString",
|
6501
6746
|
# port: 1,
|
6502
6747
|
# server_name: "String",
|
6503
6748
|
# username: "String",
|
6504
6749
|
# slot_name: "String",
|
6750
|
+
# plugin_name: "no-preference", # accepts no-preference, test-decoding, pglogical
|
6505
6751
|
# secrets_manager_access_role_arn: "String",
|
6506
6752
|
# secrets_manager_secret_id: "String",
|
6507
6753
|
# }
|
6508
6754
|
#
|
6509
6755
|
# @!attribute [rw] after_connect_script
|
6510
|
-
# For use with change data capture (CDC) only, this attribute has
|
6511
|
-
#
|
6512
|
-
#
|
6756
|
+
# For use with change data capture (CDC) only, this attribute has DMS
|
6757
|
+
# bypass foreign keys and user triggers to reduce the time it takes to
|
6758
|
+
# bulk load data.
|
6513
6759
|
#
|
6514
6760
|
# Example: `afterConnectScript=SET session_replication_role='replica'`
|
6515
6761
|
# @return [String]
|
6516
6762
|
#
|
6517
6763
|
# @!attribute [rw] capture_ddls
|
6518
|
-
# To capture DDL events,
|
6764
|
+
# To capture DDL events, DMS creates various artifacts in the
|
6519
6765
|
# PostgreSQL database when the task starts. You can later remove these
|
6520
6766
|
# artifacts.
|
6521
6767
|
#
|
@@ -6556,6 +6802,22 @@ module Aws::DatabaseMigrationService
|
|
6556
6802
|
# the task fails instead of truncating the LOB data.
|
6557
6803
|
# @return [Boolean]
|
6558
6804
|
#
|
6805
|
+
# @!attribute [rw] heartbeat_enable
|
6806
|
+
# The write-ahead log (WAL) heartbeat feature mimics a dummy
|
6807
|
+
# transaction. By doing this, it prevents idle logical replication
|
6808
|
+
# slots from holding onto old WAL logs, which can result in storage
|
6809
|
+
# full situations on the source. This heartbeat keeps `restart_lsn`
|
6810
|
+
# moving and prevents storage full scenarios.
|
6811
|
+
# @return [Boolean]
|
6812
|
+
#
|
6813
|
+
# @!attribute [rw] heartbeat_schema
|
6814
|
+
# Sets the schema in which the heartbeat artifacts are created.
|
6815
|
+
# @return [String]
|
6816
|
+
#
|
6817
|
+
# @!attribute [rw] heartbeat_frequency
|
6818
|
+
# Sets the WAL heartbeat frequency (in minutes).
|
6819
|
+
# @return [Integer]
|
6820
|
+
#
|
6559
6821
|
# @!attribute [rw] password
|
6560
6822
|
# Endpoint connection password.
|
6561
6823
|
# @return [String]
|
@@ -6574,18 +6836,41 @@ module Aws::DatabaseMigrationService
|
|
6574
6836
|
#
|
6575
6837
|
# @!attribute [rw] slot_name
|
6576
6838
|
# Sets the name of a previously created logical replication slot for a
|
6577
|
-
# CDC load of the PostgreSQL source instance.
|
6839
|
+
# change data capture (CDC) load of the PostgreSQL source instance.
|
6840
|
+
#
|
6841
|
+
# When used with the `CdcStartPosition` request parameter for the DMS
|
6842
|
+
# API , this attribute also makes it possible to use native CDC start
|
6843
|
+
# points. DMS verifies that the specified logical replication slot
|
6844
|
+
# exists before starting the CDC load task. It also verifies that the
|
6845
|
+
# task was created with a valid setting of `CdcStartPosition`. If the
|
6846
|
+
# specified slot doesn't exist or the task doesn't have a valid
|
6847
|
+
# `CdcStartPosition` setting, DMS raises an error.
|
6848
|
+
#
|
6849
|
+
# For more information about setting the `CdcStartPosition` request
|
6850
|
+
# parameter, see [Determining a CDC native start
|
6851
|
+
# point](dms/latest/userguide/CHAP_Task.CDC.html#CHAP_Task.CDC.StartPoint.Native)
|
6852
|
+
# in the *Database Migration Service User Guide*. For more information
|
6853
|
+
# about using `CdcStartPosition`, see [CreateReplicationTask][1],
|
6854
|
+
# [StartReplicationTask][2], and [ModifyReplicationTask][3].
|
6578
6855
|
#
|
6579
|
-
#
|
6580
|
-
#
|
6856
|
+
#
|
6857
|
+
#
|
6858
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html
|
6859
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html
|
6860
|
+
# [3]: https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html
|
6861
|
+
# @return [String]
|
6862
|
+
#
|
6863
|
+
# @!attribute [rw] plugin_name
|
6864
|
+
# Specifies the plugin to use to create a replication slot.
|
6581
6865
|
# @return [String]
|
6582
6866
|
#
|
6583
6867
|
# @!attribute [rw] secrets_manager_access_role_arn
|
6584
6868
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
6585
|
-
#
|
6586
|
-
# access the value in `SecretsManagerSecret`.
|
6587
|
-
# has the value of the
|
6588
|
-
# to the
|
6869
|
+
# DMS as the trusted entity and grants the required permissions to
|
6870
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
6871
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
6872
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
6873
|
+
# PostgreSQL endpoint.
|
6589
6874
|
#
|
6590
6875
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
6591
6876
|
# can specify the values for this setting and
|
@@ -6593,15 +6878,15 @@ module Aws::DatabaseMigrationService
|
|
6593
6878
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
6594
6879
|
# both. For more information on creating this `SecretsManagerSecret`
|
6595
6880
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
6596
|
-
# required to access it, see [Using secrets to access
|
6597
|
-
# Migration Service resources][1] in the *
|
6598
|
-
#
|
6881
|
+
# required to access it, see [Using secrets to access Database
|
6882
|
+
# Migration Service resources][1] in the *Database Migration Service
|
6883
|
+
# User Guide*.
|
6599
6884
|
#
|
6600
6885
|
# </note>
|
6601
6886
|
#
|
6602
6887
|
#
|
6603
6888
|
#
|
6604
|
-
# [1]: https://docs.aws.amazon.com/
|
6889
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
6605
6890
|
# @return [String]
|
6606
6891
|
#
|
6607
6892
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -6620,11 +6905,15 @@ module Aws::DatabaseMigrationService
|
|
6620
6905
|
:ddl_artifacts_schema,
|
6621
6906
|
:execute_timeout,
|
6622
6907
|
:fail_tasks_on_lob_truncation,
|
6908
|
+
:heartbeat_enable,
|
6909
|
+
:heartbeat_schema,
|
6910
|
+
:heartbeat_frequency,
|
6623
6911
|
:password,
|
6624
6912
|
:port,
|
6625
6913
|
:server_name,
|
6626
6914
|
:username,
|
6627
6915
|
:slot_name,
|
6916
|
+
:plugin_name,
|
6628
6917
|
:secrets_manager_access_role_arn,
|
6629
6918
|
:secrets_manager_secret_id)
|
6630
6919
|
SENSITIVE = [:password]
|
@@ -6670,6 +6959,79 @@ module Aws::DatabaseMigrationService
|
|
6670
6959
|
include Aws::Structure
|
6671
6960
|
end
|
6672
6961
|
|
6962
|
+
# Provides information that defines a Redis target endpoint.
|
6963
|
+
#
|
6964
|
+
# @note When making an API call, you may pass RedisSettings
|
6965
|
+
# data as a hash:
|
6966
|
+
#
|
6967
|
+
# {
|
6968
|
+
# server_name: "String", # required
|
6969
|
+
# port: 1, # required
|
6970
|
+
# ssl_security_protocol: "plaintext", # accepts plaintext, ssl-encryption
|
6971
|
+
# auth_type: "none", # accepts none, auth-role, auth-token
|
6972
|
+
# auth_user_name: "String",
|
6973
|
+
# auth_password: "SecretString",
|
6974
|
+
# ssl_ca_certificate_arn: "String",
|
6975
|
+
# }
|
6976
|
+
#
|
6977
|
+
# @!attribute [rw] server_name
|
6978
|
+
# Fully qualified domain name of the endpoint.
|
6979
|
+
# @return [String]
|
6980
|
+
#
|
6981
|
+
# @!attribute [rw] port
|
6982
|
+
# Transmission Control Protocol (TCP) port for the endpoint.
|
6983
|
+
# @return [Integer]
|
6984
|
+
#
|
6985
|
+
# @!attribute [rw] ssl_security_protocol
|
6986
|
+
# The connection to a Redis target endpoint using Transport Layer
|
6987
|
+
# Security (TLS). Valid values include `plaintext` and
|
6988
|
+
# `ssl-encryption`. The default is `ssl-encryption`. The
|
6989
|
+
# `ssl-encryption` option makes an encrypted connection. Optionally,
|
6990
|
+
# you can identify an Amazon Resource Name (ARN) for an SSL
|
6991
|
+
# certificate authority (CA) using the `SslCaCertificateArn `setting.
|
6992
|
+
# If an ARN isn't given for a CA, DMS uses the Amazon root CA.
|
6993
|
+
#
|
6994
|
+
# The `plaintext` option doesn't provide Transport Layer Security
|
6995
|
+
# (TLS) encryption for traffic between endpoint and database.
|
6996
|
+
# @return [String]
|
6997
|
+
#
|
6998
|
+
# @!attribute [rw] auth_type
|
6999
|
+
# The type of authentication to perform when connecting to a Redis
|
7000
|
+
# target. Options include `none`, `auth-token`, and `auth-role`. The
|
7001
|
+
# `auth-token` option requires an `AuthPassword` value to be provided.
|
7002
|
+
# The `auth-role` option requires `AuthUserName` and `AuthPassword`
|
7003
|
+
# values to be provided.
|
7004
|
+
# @return [String]
|
7005
|
+
#
|
7006
|
+
# @!attribute [rw] auth_user_name
|
7007
|
+
# The user name provided with the `auth-role` option of the `AuthType`
|
7008
|
+
# setting for a Redis target endpoint.
|
7009
|
+
# @return [String]
|
7010
|
+
#
|
7011
|
+
# @!attribute [rw] auth_password
|
7012
|
+
# The password provided with the `auth-role` and `auth-token` options
|
7013
|
+
# of the `AuthType` setting for a Redis target endpoint.
|
7014
|
+
# @return [String]
|
7015
|
+
#
|
7016
|
+
# @!attribute [rw] ssl_ca_certificate_arn
|
7017
|
+
# The Amazon Resource Name (ARN) for the certificate authority (CA)
|
7018
|
+
# that DMS uses to connect to your Redis target endpoint.
|
7019
|
+
# @return [String]
|
7020
|
+
#
|
7021
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RedisSettings AWS API Documentation
|
7022
|
+
#
|
7023
|
+
class RedisSettings < Struct.new(
|
7024
|
+
:server_name,
|
7025
|
+
:port,
|
7026
|
+
:ssl_security_protocol,
|
7027
|
+
:auth_type,
|
7028
|
+
:auth_user_name,
|
7029
|
+
:auth_password,
|
7030
|
+
:ssl_ca_certificate_arn)
|
7031
|
+
SENSITIVE = [:auth_password]
|
7032
|
+
include Aws::Structure
|
7033
|
+
end
|
7034
|
+
|
6673
7035
|
# Provides information that defines an Amazon Redshift endpoint.
|
6674
7036
|
#
|
6675
7037
|
# @note When making an API call, you may pass RedshiftSettings
|
@@ -6728,14 +7090,14 @@ module Aws::DatabaseMigrationService
|
|
6728
7090
|
# An S3 folder where the comma-separated-value (.csv) files are stored
|
6729
7091
|
# before being uploaded to the target Redshift cluster.
|
6730
7092
|
#
|
6731
|
-
# For full load mode,
|
6732
|
-
#
|
6733
|
-
#
|
6734
|
-
#
|
6735
|
-
#
|
7093
|
+
# For full load mode, DMS converts source records into .csv files and
|
7094
|
+
# loads them to the *BucketFolder/TableID* path. DMS uses the Redshift
|
7095
|
+
# `COPY` command to upload the .csv files to the target table. The
|
7096
|
+
# files are deleted once the `COPY` operation has finished. For more
|
7097
|
+
# information, see [COPY][1] in the *Amazon Redshift Database
|
6736
7098
|
# Developer Guide*.
|
6737
7099
|
#
|
6738
|
-
# For change-data-capture (CDC) mode,
|
7100
|
+
# For change-data-capture (CDC) mode, DMS creates a *NetChanges*
|
6739
7101
|
# table, and loads the .csv files to this
|
6740
7102
|
# *BucketFolder/NetChangesTableID* path.
|
6741
7103
|
#
|
@@ -6785,7 +7147,7 @@ module Aws::DatabaseMigrationService
|
|
6785
7147
|
# @return [String]
|
6786
7148
|
#
|
6787
7149
|
# @!attribute [rw] empty_as_null
|
6788
|
-
# A value that specifies whether
|
7150
|
+
# A value that specifies whether DMS should migrate empty CHAR and
|
6789
7151
|
# VARCHAR fields as NULL. A value of `true` sets empty CHAR and
|
6790
7152
|
# VARCHAR fields to null. The default is `false`.
|
6791
7153
|
# @return [Boolean]
|
@@ -6802,9 +7164,9 @@ module Aws::DatabaseMigrationService
|
|
6802
7164
|
#
|
6803
7165
|
# </note>
|
6804
7166
|
#
|
6805
|
-
# To use `SSE_S3`, create an
|
6806
|
-
#
|
6807
|
-
#
|
7167
|
+
# To use `SSE_S3`, create an Identity and Access Management (IAM) role
|
7168
|
+
# with a policy that allows `"arn:aws:s3:::*"` to use the following
|
7169
|
+
# actions: `"s3:PutObject", "s3:ListBucket"`
|
6808
7170
|
# @return [String]
|
6809
7171
|
#
|
6810
7172
|
# @!attribute [rw] explicit_ids
|
@@ -6833,8 +7195,8 @@ module Aws::DatabaseMigrationService
|
|
6833
7195
|
#
|
6834
7196
|
# @!attribute [rw] load_timeout
|
6835
7197
|
# The amount of time to wait (in milliseconds) before timing out of
|
6836
|
-
# operations performed by
|
6837
|
-
#
|
7198
|
+
# operations performed by DMS on a Redshift cluster, such as Redshift
|
7199
|
+
# COPY, INSERT, DELETE, and UPDATE.
|
6838
7200
|
# @return [Integer]
|
6839
7201
|
#
|
6840
7202
|
# @!attribute [rw] max_file_size
|
@@ -6875,14 +7237,14 @@ module Aws::DatabaseMigrationService
|
|
6875
7237
|
#
|
6876
7238
|
# @!attribute [rw] service_access_role_arn
|
6877
7239
|
# The Amazon Resource Name (ARN) of the IAM role that has access to
|
6878
|
-
# the Amazon Redshift service.
|
7240
|
+
# the Amazon Redshift service. The role must allow the `iam:PassRole`
|
7241
|
+
# action.
|
6879
7242
|
# @return [String]
|
6880
7243
|
#
|
6881
7244
|
# @!attribute [rw] server_side_encryption_kms_key_id
|
6882
|
-
# The
|
6883
|
-
#
|
6884
|
-
#
|
6885
|
-
# the key.
|
7245
|
+
# The KMS key ID. If you are using `SSE_KMS` for the `EncryptionMode`,
|
7246
|
+
# provide this key ID. The key that you use needs an attached policy
|
7247
|
+
# that enables IAM user permissions and allows use of the key.
|
6886
7248
|
# @return [String]
|
6887
7249
|
#
|
6888
7250
|
# @!attribute [rw] time_format
|
@@ -6923,10 +7285,11 @@ module Aws::DatabaseMigrationService
|
|
6923
7285
|
#
|
6924
7286
|
# @!attribute [rw] secrets_manager_access_role_arn
|
6925
7287
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
6926
|
-
#
|
6927
|
-
# access the value in `SecretsManagerSecret`.
|
6928
|
-
# has the value of the
|
6929
|
-
#
|
7288
|
+
# DMS as the trusted entity and grants the required permissions to
|
7289
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
7290
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
7291
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
7292
|
+
# Amazon Redshift endpoint.
|
6930
7293
|
#
|
6931
7294
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
6932
7295
|
# can specify the values for this setting and
|
@@ -6934,15 +7297,15 @@ module Aws::DatabaseMigrationService
|
|
6934
7297
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
6935
7298
|
# both. For more information on creating this `SecretsManagerSecret`
|
6936
7299
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
6937
|
-
# required to access it, see [Using secrets to access
|
6938
|
-
# Migration Service resources][1] in the *
|
6939
|
-
#
|
7300
|
+
# required to access it, see [Using secrets to access Database
|
7301
|
+
# Migration Service resources][1] in the *Database Migration Service
|
7302
|
+
# User Guide*.
|
6940
7303
|
#
|
6941
7304
|
# </note>
|
6942
7305
|
#
|
6943
7306
|
#
|
6944
7307
|
#
|
6945
|
-
# [1]: https://docs.aws.amazon.com/
|
7308
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
6946
7309
|
# @return [String]
|
6947
7310
|
#
|
6948
7311
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -7117,7 +7480,7 @@ module Aws::DatabaseMigrationService
|
|
7117
7480
|
include Aws::Structure
|
7118
7481
|
end
|
7119
7482
|
|
7120
|
-
# Removes one or more tags from an
|
7483
|
+
# Removes one or more tags from an DMS resource.
|
7121
7484
|
#
|
7122
7485
|
# @note When making an API call, you may pass RemoveTagsFromResourceMessage
|
7123
7486
|
# data as a hash:
|
@@ -7128,8 +7491,8 @@ module Aws::DatabaseMigrationService
|
|
7128
7491
|
# }
|
7129
7492
|
#
|
7130
7493
|
# @!attribute [rw] resource_arn
|
7131
|
-
# An
|
7132
|
-
#
|
7494
|
+
# An DMS resource from which you want to remove tag(s). The value for
|
7495
|
+
# this parameter is an Amazon Resource Name (ARN).
|
7133
7496
|
# @return [String]
|
7134
7497
|
#
|
7135
7498
|
# @!attribute [rw] tag_keys
|
@@ -7169,12 +7532,12 @@ module Aws::DatabaseMigrationService
|
|
7169
7532
|
# @!attribute [rw] replication_instance_class
|
7170
7533
|
# The compute and memory capacity of the replication instance as
|
7171
7534
|
# defined for the specified replication instance class. It is a
|
7172
|
-
# required parameter, although a
|
7535
|
+
# required parameter, although a default value is pre-selected in the
|
7173
7536
|
# DMS console.
|
7174
7537
|
#
|
7175
7538
|
# For more information on the settings and capacities for the
|
7176
7539
|
# available replication instance classes, see [ Selecting the right
|
7177
|
-
#
|
7540
|
+
# DMS replication instance for your migration][1].
|
7178
7541
|
#
|
7179
7542
|
#
|
7180
7543
|
#
|
@@ -7266,15 +7629,15 @@ module Aws::DatabaseMigrationService
|
|
7266
7629
|
# @return [Boolean]
|
7267
7630
|
#
|
7268
7631
|
# @!attribute [rw] kms_key_id
|
7269
|
-
# An
|
7632
|
+
# An KMS key identifier that is used to encrypt the data on the
|
7270
7633
|
# replication instance.
|
7271
7634
|
#
|
7272
|
-
# If you don't specify a value for the `KmsKeyId` parameter, then
|
7273
|
-
#
|
7635
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
7636
|
+
# uses your default encryption key.
|
7274
7637
|
#
|
7275
|
-
#
|
7276
|
-
# Your
|
7277
|
-
# Region.
|
7638
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
7639
|
+
# account. Your Amazon Web Services account has a different default
|
7640
|
+
# encryption key for each Amazon Web Services Region.
|
7278
7641
|
# @return [String]
|
7279
7642
|
#
|
7280
7643
|
# @!attribute [rw] replication_instance_arn
|
@@ -7387,7 +7750,7 @@ module Aws::DatabaseMigrationService
|
|
7387
7750
|
#
|
7388
7751
|
# For more information on the settings and capacities for the
|
7389
7752
|
# available replication instance classes, see [ Selecting the right
|
7390
|
-
#
|
7753
|
+
# DMS replication instance for your migration][1].
|
7391
7754
|
#
|
7392
7755
|
#
|
7393
7756
|
#
|
@@ -7655,8 +8018,8 @@ module Aws::DatabaseMigrationService
|
|
7655
8018
|
# @!attribute [rw] task_data
|
7656
8019
|
# Supplemental information that the task requires to migrate the data
|
7657
8020
|
# for certain source and target endpoints. For more information, see
|
7658
|
-
# [Specifying Supplemental Data for Task Settings][1] in the *
|
7659
|
-
#
|
8021
|
+
# [Specifying Supplemental Data for Task Settings][1] in the *Database
|
8022
|
+
# Migration Service User Guide.*
|
7660
8023
|
#
|
7661
8024
|
#
|
7662
8025
|
#
|
@@ -7725,10 +8088,18 @@ module Aws::DatabaseMigrationService
|
|
7725
8088
|
#
|
7726
8089
|
# @!attribute [rw] assessment_results
|
7727
8090
|
# The task assessment results in JSON format.
|
8091
|
+
#
|
8092
|
+
# The response object only contains this field if you provide
|
8093
|
+
# DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn
|
8094
|
+
# in the request.
|
7728
8095
|
# @return [String]
|
7729
8096
|
#
|
7730
8097
|
# @!attribute [rw] s3_object_url
|
7731
8098
|
# The URL of the S3 object containing the task assessment results.
|
8099
|
+
#
|
8100
|
+
# The response object only contains this field if you provide
|
8101
|
+
# DescribeReplicationTaskAssessmentResultsMessage$ReplicationTaskArn
|
8102
|
+
# in the request.
|
7732
8103
|
# @return [String]
|
7733
8104
|
#
|
7734
8105
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskAssessmentResult AWS API Documentation
|
@@ -7811,17 +8182,18 @@ module Aws::DatabaseMigrationService
|
|
7811
8182
|
#
|
7812
8183
|
# @!attribute [rw] service_access_role_arn
|
7813
8184
|
# ARN of the service role used to start the assessment run using the
|
7814
|
-
# `StartReplicationTaskAssessmentRun` operation.
|
8185
|
+
# `StartReplicationTaskAssessmentRun` operation. The role must allow
|
8186
|
+
# the `iam:PassRole` action.
|
7815
8187
|
# @return [String]
|
7816
8188
|
#
|
7817
8189
|
# @!attribute [rw] result_location_bucket
|
7818
|
-
# Amazon S3 bucket where
|
8190
|
+
# Amazon S3 bucket where DMS stores the results of this assessment
|
7819
8191
|
# run.
|
7820
8192
|
# @return [String]
|
7821
8193
|
#
|
7822
8194
|
# @!attribute [rw] result_location_folder
|
7823
|
-
# Folder in an Amazon S3 bucket where
|
7824
|
-
#
|
8195
|
+
# Folder in an Amazon S3 bucket where DMS stores the results of this
|
8196
|
+
# assessment run.
|
7825
8197
|
# @return [String]
|
7826
8198
|
#
|
7827
8199
|
# @!attribute [rw] result_encryption_mode
|
@@ -7829,7 +8201,7 @@ module Aws::DatabaseMigrationService
|
|
7829
8201
|
# @return [String]
|
7830
8202
|
#
|
7831
8203
|
# @!attribute [rw] result_kms_key_arn
|
7832
|
-
# ARN of the
|
8204
|
+
# ARN of the KMS encryption key used to encrypt the assessment run
|
7833
8205
|
# results.
|
7834
8206
|
# @return [String]
|
7835
8207
|
#
|
@@ -8031,13 +8403,13 @@ module Aws::DatabaseMigrationService
|
|
8031
8403
|
include Aws::Structure
|
8032
8404
|
end
|
8033
8405
|
|
8034
|
-
# Identifies an
|
8406
|
+
# Identifies an DMS resource and any pending actions for it.
|
8035
8407
|
#
|
8036
8408
|
# @!attribute [rw] resource_identifier
|
8037
8409
|
# The Amazon Resource Name (ARN) of the DMS resource that the pending
|
8038
8410
|
# maintenance action applies to. For information about creating an
|
8039
|
-
# ARN, see [ Constructing an Amazon Resource Name (ARN) for
|
8040
|
-
#
|
8411
|
+
# ARN, see [ Constructing an Amazon Resource Name (ARN) for DMS][1] in
|
8412
|
+
# the DMS documentation.
|
8041
8413
|
#
|
8042
8414
|
#
|
8043
8415
|
#
|
@@ -8131,12 +8503,21 @@ module Aws::DatabaseMigrationService
|
|
8131
8503
|
# csv_no_sup_value: "String",
|
8132
8504
|
# preserve_transactions: false,
|
8133
8505
|
# cdc_path: "String",
|
8506
|
+
# canned_acl_for_objects: "none", # accepts none, private, public-read, public-read-write, authenticated-read, aws-exec-read, bucket-owner-read, bucket-owner-full-control
|
8507
|
+
# add_column_name: false,
|
8508
|
+
# cdc_max_batch_interval: 1,
|
8509
|
+
# cdc_min_file_size: 1,
|
8510
|
+
# csv_null_value: "String",
|
8511
|
+
# ignore_header_rows: 1,
|
8512
|
+
# max_file_size: 1,
|
8513
|
+
# rfc_4180: false,
|
8134
8514
|
# }
|
8135
8515
|
#
|
8136
8516
|
# @!attribute [rw] service_access_role_arn
|
8137
|
-
# The Amazon Resource Name (ARN) used by the service access IAM
|
8138
|
-
#
|
8139
|
-
#
|
8517
|
+
# The Amazon Resource Name (ARN) used by the service to access the IAM
|
8518
|
+
# role. The role must allow the `iam:PassRole` action. It is a
|
8519
|
+
# required parameter that enables DMS to write and read objects from
|
8520
|
+
# an S3 bucket.
|
8140
8521
|
# @return [String]
|
8141
8522
|
#
|
8142
8523
|
# @!attribute [rw] external_table_definition
|
@@ -8183,9 +8564,9 @@ module Aws::DatabaseMigrationService
|
|
8183
8564
|
#
|
8184
8565
|
# </note>
|
8185
8566
|
#
|
8186
|
-
# To use `SSE_S3`, you need an
|
8187
|
-
#
|
8188
|
-
#
|
8567
|
+
# To use `SSE_S3`, you need an Identity and Access Management (IAM)
|
8568
|
+
# role with permission to allow `"arn:aws:s3:::dms-*"` to use the
|
8569
|
+
# following actions:
|
8189
8570
|
#
|
8190
8571
|
# * `s3:CreateBucket`
|
8191
8572
|
#
|
@@ -8211,10 +8592,10 @@ module Aws::DatabaseMigrationService
|
|
8211
8592
|
# @return [String]
|
8212
8593
|
#
|
8213
8594
|
# @!attribute [rw] server_side_encryption_kms_key_id
|
8214
|
-
# If you are using `SSE_KMS` for the `EncryptionMode`, provide the
|
8215
|
-
#
|
8216
|
-
#
|
8217
|
-
#
|
8595
|
+
# If you are using `SSE_KMS` for the `EncryptionMode`, provide the KMS
|
8596
|
+
# key ID. The key that you use needs an attached policy that enables
|
8597
|
+
# Identity and Access Management (IAM) user permissions and allows use
|
8598
|
+
# of the key.
|
8218
8599
|
#
|
8219
8600
|
# Here is a CLI example: `aws dms create-endpoint
|
8220
8601
|
# --endpoint-identifier value --endpoint-type target --engine-name s3
|
@@ -8293,8 +8674,8 @@ module Aws::DatabaseMigrationService
|
|
8293
8674
|
# comma-separated value (.csv) output files only to indicate how the
|
8294
8675
|
# rows were added to the source database.
|
8295
8676
|
#
|
8296
|
-
# <note markdown="1">
|
8297
|
-
#
|
8677
|
+
# <note markdown="1"> DMS supports the `IncludeOpForFullLoad` parameter in versions 3.1.4
|
8678
|
+
# and later.
|
8298
8679
|
#
|
8299
8680
|
# </note>
|
8300
8681
|
#
|
@@ -8309,8 +8690,8 @@ module Aws::DatabaseMigrationService
|
|
8309
8690
|
# <note markdown="1"> This setting works together with the `CdcInsertsOnly` and the
|
8310
8691
|
# `CdcInsertsAndUpdates` parameters for output to .csv files only. For
|
8311
8692
|
# more information about how these settings work together, see
|
8312
|
-
# [Indicating Source DB Operations in Migrated S3 Data][1] in the
|
8313
|
-
# Database Migration Service User Guide.*.
|
8693
|
+
# [Indicating Source DB Operations in Migrated S3 Data][1] in the
|
8694
|
+
# *Database Migration Service User Guide.*.
|
8314
8695
|
#
|
8315
8696
|
# </note>
|
8316
8697
|
#
|
@@ -8337,10 +8718,10 @@ module Aws::DatabaseMigrationService
|
|
8337
8718
|
# `false`, every CDC record is written without a first field to
|
8338
8719
|
# indicate the INSERT operation at the source. For more information
|
8339
8720
|
# about how these settings work together, see [Indicating Source DB
|
8340
|
-
# Operations in Migrated S3 Data][1] in the *
|
8721
|
+
# Operations in Migrated S3 Data][1] in the *Database Migration
|
8341
8722
|
# Service User Guide.*.
|
8342
8723
|
#
|
8343
|
-
# <note markdown="1">
|
8724
|
+
# <note markdown="1"> DMS supports the interaction described preceding between the
|
8344
8725
|
# `CdcInsertsOnly` and `IncludeOpForFullLoad` parameters in versions
|
8345
8726
|
# 3.1.4 and later.
|
8346
8727
|
#
|
@@ -8357,11 +8738,11 @@ module Aws::DatabaseMigrationService
|
|
8357
8738
|
# @return [Boolean]
|
8358
8739
|
#
|
8359
8740
|
# @!attribute [rw] timestamp_column_name
|
8360
|
-
# A value that when nonblank causes
|
8361
|
-
#
|
8741
|
+
# A value that when nonblank causes DMS to add a column with timestamp
|
8742
|
+
# information to the endpoint data for an Amazon S3 target.
|
8362
8743
|
#
|
8363
|
-
# <note markdown="1">
|
8364
|
-
#
|
8744
|
+
# <note markdown="1"> DMS supports the `TimestampColumnName` parameter in versions 3.1.4
|
8745
|
+
# and later.
|
8365
8746
|
#
|
8366
8747
|
# </note>
|
8367
8748
|
#
|
@@ -8392,23 +8773,23 @@ module Aws::DatabaseMigrationService
|
|
8392
8773
|
# values that are written to an Amazon S3 object file in .parquet
|
8393
8774
|
# format.
|
8394
8775
|
#
|
8395
|
-
# <note markdown="1">
|
8776
|
+
# <note markdown="1"> DMS supports the `ParquetTimestampInMillisecond` parameter in
|
8396
8777
|
# versions 3.1.4 and later.
|
8397
8778
|
#
|
8398
8779
|
# </note>
|
8399
8780
|
#
|
8400
|
-
# When `ParquetTimestampInMillisecond` is set to `true` or `y`,
|
8401
|
-
#
|
8781
|
+
# When `ParquetTimestampInMillisecond` is set to `true` or `y`, DMS
|
8782
|
+
# writes all `TIMESTAMP` columns in a .parquet formatted file with
|
8402
8783
|
# millisecond precision. Otherwise, DMS writes them with microsecond
|
8403
8784
|
# precision.
|
8404
8785
|
#
|
8405
|
-
# Currently, Amazon Athena and
|
8786
|
+
# Currently, Amazon Athena and Glue can handle only millisecond
|
8406
8787
|
# precision for `TIMESTAMP` values. Set this parameter to `true` for
|
8407
8788
|
# S3 endpoint object files that are .parquet formatted only if you
|
8408
|
-
# plan to query or process the data with Athena or
|
8789
|
+
# plan to query or process the data with Athena or Glue.
|
8409
8790
|
#
|
8410
|
-
# <note markdown="1">
|
8411
|
-
#
|
8791
|
+
# <note markdown="1"> DMS writes any `TIMESTAMP` column values written to an S3 file in
|
8792
|
+
# .csv format with microsecond precision.
|
8412
8793
|
#
|
8413
8794
|
# Setting `ParquetTimestampInMillisecond` has no effect on the string
|
8414
8795
|
# format of the timestamp column value that is inserted by setting the
|
@@ -8433,10 +8814,10 @@ module Aws::DatabaseMigrationService
|
|
8433
8814
|
# `IncludeOpForFullLoad` is set to `false`, CDC records are written
|
8434
8815
|
# without an indication of INSERT or UPDATE operations at the source.
|
8435
8816
|
# For more information about how these settings work together, see
|
8436
|
-
# [Indicating Source DB Operations in Migrated S3 Data][1] in the
|
8437
|
-
# Database Migration Service User Guide.*.
|
8817
|
+
# [Indicating Source DB Operations in Migrated S3 Data][1] in the
|
8818
|
+
# *Database Migration Service User Guide.*.
|
8438
8819
|
#
|
8439
|
-
# <note markdown="1">
|
8820
|
+
# <note markdown="1"> DMS supports the use of the `CdcInsertsAndUpdates` parameter in
|
8440
8821
|
# versions 3.3.1 and later.
|
8441
8822
|
#
|
8442
8823
|
# `CdcInsertsOnly` and `CdcInsertsAndUpdates` can't both be set to
|
@@ -8454,7 +8835,7 @@ module Aws::DatabaseMigrationService
|
|
8454
8835
|
# @!attribute [rw] date_partition_enabled
|
8455
8836
|
# When set to `true`, this parameter partitions S3 bucket folders
|
8456
8837
|
# based on transaction commit dates. The default value is `false`. For
|
8457
|
-
# more information about date-based folder
|
8838
|
+
# more information about date-based folder partitioning, see [Using
|
8458
8839
|
# date-based folder partitioning][1].
|
8459
8840
|
#
|
8460
8841
|
#
|
@@ -8477,11 +8858,11 @@ module Aws::DatabaseMigrationService
|
|
8477
8858
|
# @!attribute [rw] use_csv_no_sup_value
|
8478
8859
|
# This setting applies if the S3 output files during a change data
|
8479
8860
|
# capture (CDC) load are written in .csv format. If set to `true` for
|
8480
|
-
# columns not included in the supplemental log,
|
8861
|
+
# columns not included in the supplemental log, DMS uses the value
|
8481
8862
|
# specified by [ `CsvNoSupValue` ][1]. If not set or set to `false`,
|
8482
|
-
#
|
8863
|
+
# DMS uses the null value for these columns.
|
8483
8864
|
#
|
8484
|
-
# <note markdown="1"> This setting is supported in
|
8865
|
+
# <note markdown="1"> This setting is supported in DMS versions 3.4.1 and later.
|
8485
8866
|
#
|
8486
8867
|
# </note>
|
8487
8868
|
#
|
@@ -8494,12 +8875,11 @@ module Aws::DatabaseMigrationService
|
|
8494
8875
|
# This setting only applies if your Amazon S3 output files during a
|
8495
8876
|
# change data capture (CDC) load are written in .csv format. If [
|
8496
8877
|
# `UseCsvNoSupValue` ][1] is set to true, specify a string value that
|
8497
|
-
# you want
|
8498
|
-
#
|
8499
|
-
#
|
8500
|
-
# `UseCsvNoSupValue` setting.
|
8878
|
+
# you want DMS to use for all columns not included in the supplemental
|
8879
|
+
# log. If you do not specify a string value, DMS uses the null value
|
8880
|
+
# for these columns regardless of the `UseCsvNoSupValue` setting.
|
8501
8881
|
#
|
8502
|
-
# <note markdown="1"> This setting is supported in
|
8882
|
+
# <note markdown="1"> This setting is supported in DMS versions 3.4.1 and later.
|
8503
8883
|
#
|
8504
8884
|
# </note>
|
8505
8885
|
#
|
@@ -8509,12 +8889,12 @@ module Aws::DatabaseMigrationService
|
|
8509
8889
|
# @return [String]
|
8510
8890
|
#
|
8511
8891
|
# @!attribute [rw] preserve_transactions
|
8512
|
-
# If set to `true`,
|
8513
|
-
#
|
8514
|
-
#
|
8515
|
-
#
|
8892
|
+
# If set to `true`, DMS saves the transaction order for a change data
|
8893
|
+
# capture (CDC) load on the Amazon S3 target specified by [ `CdcPath`
|
8894
|
+
# ][1]. For more information, see [Capturing data changes (CDC)
|
8895
|
+
# including transaction order on the S3 target][2].
|
8516
8896
|
#
|
8517
|
-
# <note markdown="1"> This setting is supported in
|
8897
|
+
# <note markdown="1"> This setting is supported in DMS versions 3.4.2 and later.
|
8518
8898
|
#
|
8519
8899
|
# </note>
|
8520
8900
|
#
|
@@ -8527,30 +8907,30 @@ module Aws::DatabaseMigrationService
|
|
8527
8907
|
# @!attribute [rw] cdc_path
|
8528
8908
|
# Specifies the folder path of CDC files. For an S3 source, this
|
8529
8909
|
# setting is required if a task captures change data; otherwise, it's
|
8530
|
-
# optional. If `CdcPath` is set,
|
8531
|
-
#
|
8532
|
-
#
|
8533
|
-
#
|
8534
|
-
#
|
8535
|
-
#
|
8536
|
-
#
|
8537
|
-
#
|
8910
|
+
# optional. If `CdcPath` is set, DMS reads CDC files from this path
|
8911
|
+
# and replicates the data changes to the target endpoint. For an S3
|
8912
|
+
# target if you set [ `PreserveTransactions` ][1] to `true`, DMS
|
8913
|
+
# verifies that you have set this parameter to a folder path on your
|
8914
|
+
# S3 target where DMS can save the transaction order for the CDC load.
|
8915
|
+
# DMS creates this CDC folder path in either your S3 target working
|
8916
|
+
# directory or the S3 target location specified by [ `BucketFolder`
|
8917
|
+
# ][2] and [ `BucketName` ][3].
|
8538
8918
|
#
|
8539
8919
|
# For example, if you specify `CdcPath` as `MyChangedData`, and you
|
8540
8920
|
# specify `BucketName` as `MyTargetBucket` but do not specify
|
8541
|
-
# `BucketFolder`,
|
8921
|
+
# `BucketFolder`, DMS creates the CDC folder path following:
|
8542
8922
|
# `MyTargetBucket/MyChangedData`.
|
8543
8923
|
#
|
8544
8924
|
# If you specify the same `CdcPath`, and you specify `BucketName` as
|
8545
|
-
# `MyTargetBucket` and `BucketFolder` as `MyTargetData`,
|
8546
|
-
#
|
8925
|
+
# `MyTargetBucket` and `BucketFolder` as `MyTargetData`, DMS creates
|
8926
|
+
# the CDC folder path following:
|
8547
8927
|
# `MyTargetBucket/MyTargetData/MyChangedData`.
|
8548
8928
|
#
|
8549
8929
|
# For more information on CDC including transaction order on an S3
|
8550
8930
|
# target, see [Capturing data changes (CDC) including transaction
|
8551
8931
|
# order on the S3 target][4].
|
8552
8932
|
#
|
8553
|
-
# <note markdown="1"> This setting is supported in
|
8933
|
+
# <note markdown="1"> This setting is supported in DMS versions 3.4.2 and later.
|
8554
8934
|
#
|
8555
8935
|
# </note>
|
8556
8936
|
#
|
@@ -8562,6 +8942,101 @@ module Aws::DatabaseMigrationService
|
|
8562
8942
|
# [4]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.EndpointSettings.CdcPath
|
8563
8943
|
# @return [String]
|
8564
8944
|
#
|
8945
|
+
# @!attribute [rw] canned_acl_for_objects
|
8946
|
+
# A value that enables DMS to specify a predefined (canned) access
|
8947
|
+
# control list for objects created in an Amazon S3 bucket as .csv or
|
8948
|
+
# .parquet files. For more information about Amazon S3 canned ACLs,
|
8949
|
+
# see [Canned ACL][1] in the *Amazon S3 Developer Guide.*
|
8950
|
+
#
|
8951
|
+
# The default value is NONE. Valid values include NONE, PRIVATE,
|
8952
|
+
# PUBLIC\_READ, PUBLIC\_READ\_WRITE, AUTHENTICATED\_READ,
|
8953
|
+
# AWS\_EXEC\_READ, BUCKET\_OWNER\_READ, and
|
8954
|
+
# BUCKET\_OWNER\_FULL\_CONTROL.
|
8955
|
+
#
|
8956
|
+
#
|
8957
|
+
#
|
8958
|
+
# [1]: http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
|
8959
|
+
# @return [String]
|
8960
|
+
#
|
8961
|
+
# @!attribute [rw] add_column_name
|
8962
|
+
# An optional parameter that, when set to `true` or `y`, you can use
|
8963
|
+
# to add column name information to the .csv output file.
|
8964
|
+
#
|
8965
|
+
# The default value is `false`. Valid values are `true`, `false`, `y`,
|
8966
|
+
# and `n`.
|
8967
|
+
# @return [Boolean]
|
8968
|
+
#
|
8969
|
+
# @!attribute [rw] cdc_max_batch_interval
|
8970
|
+
# Maximum length of the interval, defined in seconds, after which to
|
8971
|
+
# output a file to Amazon S3.
|
8972
|
+
#
|
8973
|
+
# When `CdcMaxBatchInterval` and `CdcMinFileSize` are both specified,
|
8974
|
+
# the file write is triggered by whichever parameter condition is met
|
8975
|
+
# first within an DMS CloudFormation template.
|
8976
|
+
#
|
8977
|
+
# The default value is 60 seconds.
|
8978
|
+
# @return [Integer]
|
8979
|
+
#
|
8980
|
+
# @!attribute [rw] cdc_min_file_size
|
8981
|
+
# Minimum file size, defined in megabytes, to reach for a file output
|
8982
|
+
# to Amazon S3.
|
8983
|
+
#
|
8984
|
+
# When `CdcMinFileSize` and `CdcMaxBatchInterval` are both specified,
|
8985
|
+
# the file write is triggered by whichever parameter condition is met
|
8986
|
+
# first within an DMS CloudFormation template.
|
8987
|
+
#
|
8988
|
+
# The default value is 32 MB.
|
8989
|
+
# @return [Integer]
|
8990
|
+
#
|
8991
|
+
# @!attribute [rw] csv_null_value
|
8992
|
+
# An optional parameter that specifies how DMS treats null values.
|
8993
|
+
# While handling the null value, you can use this parameter to pass a
|
8994
|
+
# user-defined string as null when writing to the target. For example,
|
8995
|
+
# when target columns are not nullable, you can use this option to
|
8996
|
+
# differentiate between the empty string value and the null value. So,
|
8997
|
+
# if you set this parameter value to the empty string ("" or ''),
|
8998
|
+
# DMS treats the empty string as the null value instead of `NULL`.
|
8999
|
+
#
|
9000
|
+
# The default value is `NULL`. Valid values include any valid string.
|
9001
|
+
# @return [String]
|
9002
|
+
#
|
9003
|
+
# @!attribute [rw] ignore_header_rows
|
9004
|
+
# When this value is set to 1, DMS ignores the first row header in a
|
9005
|
+
# .csv file. A value of 1 turns on the feature; a value of 0 turns off
|
9006
|
+
# the feature.
|
9007
|
+
#
|
9008
|
+
# The default is 0.
|
9009
|
+
# @return [Integer]
|
9010
|
+
#
|
9011
|
+
# @!attribute [rw] max_file_size
|
9012
|
+
# A value that specifies the maximum size (in KB) of any .csv file to
|
9013
|
+
# be created while migrating to an S3 target during full load.
|
9014
|
+
#
|
9015
|
+
# The default value is 1,048,576 KB (1 GB). Valid values include 1 to
|
9016
|
+
# 1,048,576.
|
9017
|
+
# @return [Integer]
|
9018
|
+
#
|
9019
|
+
# @!attribute [rw] rfc_4180
|
9020
|
+
# For an S3 source, when this value is set to `true` or `y`, each
|
9021
|
+
# leading double quotation mark has to be followed by an ending double
|
9022
|
+
# quotation mark. This formatting complies with RFC 4180. When this
|
9023
|
+
# value is set to `false` or `n`, string literals are copied to the
|
9024
|
+
# target as is. In this case, a delimiter (row or column) signals the
|
9025
|
+
# end of the field. Thus, you can't use a delimiter as part of the
|
9026
|
+
# string, because it signals the end of the value.
|
9027
|
+
#
|
9028
|
+
# For an S3 target, an optional parameter used to set behavior to
|
9029
|
+
# comply with RFC 4180 for data migrated to Amazon S3 using .csv file
|
9030
|
+
# format only. When this value is set to `true` or `y` using Amazon S3
|
9031
|
+
# as a target, if the data has quotation marks or newline characters
|
9032
|
+
# in it, DMS encloses the entire column with an additional pair of
|
9033
|
+
# double quotation marks ("). Every quotation mark within the data is
|
9034
|
+
# repeated twice.
|
9035
|
+
#
|
9036
|
+
# The default value is `true`. Valid values include `true`, `false`,
|
9037
|
+
# `y`, and `n`.
|
9038
|
+
# @return [Boolean]
|
9039
|
+
#
|
8565
9040
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
|
8566
9041
|
#
|
8567
9042
|
class S3Settings < Struct.new(
|
@@ -8592,7 +9067,15 @@ module Aws::DatabaseMigrationService
|
|
8592
9067
|
:use_csv_no_sup_value,
|
8593
9068
|
:csv_no_sup_value,
|
8594
9069
|
:preserve_transactions,
|
8595
|
-
:cdc_path
|
9070
|
+
:cdc_path,
|
9071
|
+
:canned_acl_for_objects,
|
9072
|
+
:add_column_name,
|
9073
|
+
:cdc_max_batch_interval,
|
9074
|
+
:cdc_min_file_size,
|
9075
|
+
:csv_null_value,
|
9076
|
+
:ignore_header_rows,
|
9077
|
+
:max_file_size,
|
9078
|
+
:rfc_4180)
|
8596
9079
|
SENSITIVE = []
|
8597
9080
|
include Aws::Structure
|
8598
9081
|
end
|
@@ -8675,31 +9158,32 @@ module Aws::DatabaseMigrationService
|
|
8675
9158
|
# @return [String]
|
8676
9159
|
#
|
8677
9160
|
# @!attribute [rw] service_access_role_arn
|
8678
|
-
# ARN of
|
9161
|
+
# ARN of the service role needed to start the assessment run. The role
|
9162
|
+
# must allow the `iam:PassRole` action.
|
8679
9163
|
# @return [String]
|
8680
9164
|
#
|
8681
9165
|
# @!attribute [rw] result_location_bucket
|
8682
|
-
# Amazon S3 bucket where you want
|
9166
|
+
# Amazon S3 bucket where you want DMS to store the results of this
|
8683
9167
|
# assessment run.
|
8684
9168
|
# @return [String]
|
8685
9169
|
#
|
8686
9170
|
# @!attribute [rw] result_location_folder
|
8687
|
-
# Folder within an Amazon S3 bucket where you want
|
8688
|
-
#
|
9171
|
+
# Folder within an Amazon S3 bucket where you want DMS to store the
|
9172
|
+
# results of this assessment run.
|
8689
9173
|
# @return [String]
|
8690
9174
|
#
|
8691
9175
|
# @!attribute [rw] result_encryption_mode
|
8692
9176
|
# Encryption mode that you can specify to encrypt the results of this
|
8693
|
-
# assessment run. If you don't specify this request parameter,
|
8694
|
-
#
|
9177
|
+
# assessment run. If you don't specify this request parameter, DMS
|
9178
|
+
# stores the assessment run results without encryption. You can
|
8695
9179
|
# specify one of the options following:
|
8696
9180
|
#
|
8697
9181
|
# * `"SSE_S3"` – The server-side encryption provided as a default by
|
8698
9182
|
# Amazon S3.
|
8699
9183
|
#
|
8700
|
-
# * `"SSE_KMS"` –
|
8701
|
-
#
|
8702
|
-
#
|
9184
|
+
# * `"SSE_KMS"` – Key Management Service (KMS) encryption. This
|
9185
|
+
# encryption can use either a custom KMS encryption key that you
|
9186
|
+
# specify or the default KMS encryption key that DMS provides.
|
8703
9187
|
# @return [String]
|
8704
9188
|
#
|
8705
9189
|
# @!attribute [rw] result_kms_key_arn
|
@@ -8714,14 +9198,14 @@ module Aws::DatabaseMigrationService
|
|
8714
9198
|
# @!attribute [rw] include_only
|
8715
9199
|
# Space-separated list of names for specific individual assessments
|
8716
9200
|
# that you want to include. These names come from the default list of
|
8717
|
-
# individual assessments that
|
9201
|
+
# individual assessments that DMS supports for the associated
|
8718
9202
|
# migration task. This task is specified by `ReplicationTaskArn`.
|
8719
9203
|
#
|
8720
9204
|
# <note markdown="1"> You can't set a value for `IncludeOnly` if you also set a value for
|
8721
9205
|
# `Exclude` in the API operation.
|
8722
9206
|
#
|
8723
|
-
# To identify the names of the default individual assessments that
|
8724
|
-
#
|
9207
|
+
# To identify the names of the default individual assessments that DMS
|
9208
|
+
# supports for the associated migration task, run the
|
8725
9209
|
# `DescribeApplicableIndividualAssessments` operation using its own
|
8726
9210
|
# `ReplicationTaskArn` request parameter.
|
8727
9211
|
#
|
@@ -8731,14 +9215,14 @@ module Aws::DatabaseMigrationService
|
|
8731
9215
|
# @!attribute [rw] exclude
|
8732
9216
|
# Space-separated list of names for specific individual assessments
|
8733
9217
|
# that you want to exclude. These names come from the default list of
|
8734
|
-
# individual assessments that
|
9218
|
+
# individual assessments that DMS supports for the associated
|
8735
9219
|
# migration task. This task is specified by `ReplicationTaskArn`.
|
8736
9220
|
#
|
8737
9221
|
# <note markdown="1"> You can't set a value for `Exclude` if you also set a value for
|
8738
9222
|
# `IncludeOnly` in the API operation.
|
8739
9223
|
#
|
8740
|
-
# To identify the names of the default individual assessments that
|
8741
|
-
#
|
9224
|
+
# To identify the names of the default individual assessments that DMS
|
9225
|
+
# supports for the associated migration task, run the
|
8742
9226
|
# `DescribeApplicableIndividualAssessments` operation using its own
|
8743
9227
|
# `ReplicationTaskArn` request parameter.
|
8744
9228
|
#
|
@@ -8822,7 +9306,7 @@ module Aws::DatabaseMigrationService
|
|
8822
9306
|
# with the source endpoint. You can verify this by setting the
|
8823
9307
|
# `slotName` extra connection attribute to the name of this logical
|
8824
9308
|
# replication slot. For more information, see [Extra Connection
|
8825
|
-
# Attributes When Using PostgreSQL as a Source for
|
9309
|
+
# Attributes When Using PostgreSQL as a Source for DMS][1].
|
8826
9310
|
#
|
8827
9311
|
# </note>
|
8828
9312
|
#
|
@@ -8964,7 +9448,7 @@ module Aws::DatabaseMigrationService
|
|
8964
9448
|
# @return [String]
|
8965
9449
|
#
|
8966
9450
|
# @!attribute [rw] supports_cdc
|
8967
|
-
# Indicates if
|
9451
|
+
# Indicates if change data capture (CDC) is supported.
|
8968
9452
|
# @return [Boolean]
|
8969
9453
|
#
|
8970
9454
|
# @!attribute [rw] endpoint_type
|
@@ -8972,9 +9456,9 @@ module Aws::DatabaseMigrationService
|
|
8972
9456
|
# @return [String]
|
8973
9457
|
#
|
8974
9458
|
# @!attribute [rw] replication_instance_engine_minimum_version
|
8975
|
-
# The earliest
|
8976
|
-
#
|
8977
|
-
#
|
9459
|
+
# The earliest DMS engine version that supports this endpoint engine.
|
9460
|
+
# Note that endpoint engines released with DMS versions earlier than
|
9461
|
+
# 3.1.1 do not return a value for this parameter.
|
8978
9462
|
# @return [String]
|
8979
9463
|
#
|
8980
9464
|
# @!attribute [rw] engine_display_name
|
@@ -9032,10 +9516,11 @@ module Aws::DatabaseMigrationService
|
|
9032
9516
|
#
|
9033
9517
|
# @!attribute [rw] secrets_manager_access_role_arn
|
9034
9518
|
# The full Amazon Resource Name (ARN) of the IAM role that specifies
|
9035
|
-
#
|
9036
|
-
# access the value in `SecretsManagerSecret`.
|
9037
|
-
# has the value of the
|
9038
|
-
#
|
9519
|
+
# DMS as the trusted entity and grants the required permissions to
|
9520
|
+
# access the value in `SecretsManagerSecret`. The role must allow the
|
9521
|
+
# `iam:PassRole` action. `SecretsManagerSecret` has the value of the
|
9522
|
+
# Amazon Web Services Secrets Manager secret that allows access to the
|
9523
|
+
# SAP ASE endpoint.
|
9039
9524
|
#
|
9040
9525
|
# <note markdown="1"> You can specify one of two sets of values for these permissions. You
|
9041
9526
|
# can specify the values for this setting and
|
@@ -9043,15 +9528,15 @@ module Aws::DatabaseMigrationService
|
|
9043
9528
|
# `UserName`, `Password`, `ServerName`, and `Port`. You can't specify
|
9044
9529
|
# both. For more information on creating this `SecretsManagerSecret`
|
9045
9530
|
# and the `SecretsManagerAccessRoleArn` and `SecretsManagerSecretId`
|
9046
|
-
# required to access it, see [Using secrets to access
|
9047
|
-
# Migration Service resources][1] in the *
|
9048
|
-
#
|
9531
|
+
# required to access it, see [Using secrets to access Database
|
9532
|
+
# Migration Service resources][1] in the *Database Migration Service
|
9533
|
+
# User Guide*.
|
9049
9534
|
#
|
9050
9535
|
# </note>
|
9051
9536
|
#
|
9052
9537
|
#
|
9053
9538
|
#
|
9054
|
-
# [1]: https://docs.aws.amazon.com/
|
9539
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#security-iam-secretsmanager
|
9055
9540
|
# @return [String]
|
9056
9541
|
#
|
9057
9542
|
# @!attribute [rw] secrets_manager_secret_id
|
@@ -9249,8 +9734,8 @@ module Aws::DatabaseMigrationService
|
|
9249
9734
|
include Aws::Structure
|
9250
9735
|
end
|
9251
9736
|
|
9252
|
-
# A user-defined key-value pair that describes metadata added to an
|
9253
|
-
#
|
9737
|
+
# A user-defined key-value pair that describes metadata added to an DMS
|
9738
|
+
# resource and that is used by operations such as the following:
|
9254
9739
|
#
|
9255
9740
|
# * `AddTagsToResource`
|
9256
9741
|
#
|
@@ -9264,6 +9749,7 @@ module Aws::DatabaseMigrationService
|
|
9264
9749
|
# {
|
9265
9750
|
# key: "String",
|
9266
9751
|
# value: "String",
|
9752
|
+
# resource_arn: "String",
|
9267
9753
|
# }
|
9268
9754
|
#
|
9269
9755
|
# @!attribute [rw] key
|
@@ -9284,11 +9770,17 @@ module Aws::DatabaseMigrationService
|
|
9284
9770
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
9285
9771
|
# @return [String]
|
9286
9772
|
#
|
9773
|
+
# @!attribute [rw] resource_arn
|
9774
|
+
# The Amazon Resource Name (ARN) string that uniquely identifies the
|
9775
|
+
# resource for which the tag is created.
|
9776
|
+
# @return [String]
|
9777
|
+
#
|
9287
9778
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Tag AWS API Documentation
|
9288
9779
|
#
|
9289
9780
|
class Tag < Struct.new(
|
9290
9781
|
:key,
|
9291
|
-
:value
|
9782
|
+
:value,
|
9783
|
+
:resource_arn)
|
9292
9784
|
SENSITIVE = []
|
9293
9785
|
include Aws::Structure
|
9294
9786
|
end
|