Values.ReplicationConfigSourceThis object provides configuration information about a serverless replication.
type nonrec t = {replicationConfigIdentifier : String_.t option;The identifier for the ReplicationConfig associated with the replication.
*)replicationConfigArn : String_.t option;The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
*)sourceEndpointArn : String_.t option;The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
*)targetEndpointArn : String_.t option;The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
*)replicationType : MigrationTypeValue.t option;The type of the replication.
*)computeConfig : ComputeConfig.t option;Configuration parameters for provisioning an DMS serverless replication.
*)replicationSettings : String_.t option;Configuration parameters for an DMS serverless replication.
*)supplementalSettings : String_.t option;Additional parameters for an DMS serverless replication.
*)tableMappings : String_.t option;Table mappings specified in the replication.
*)replicationConfigCreateTime : TStamp.t option;The time the serverless replication config was created.
*)replicationConfigUpdateTime : TStamp.t option;The time the serverless replication config was updated.
*)isReadOnly : BooleanOptional.t option;Indicates whether the replication configuration is read-only. When set to true, this replication configuration is managed by DMS as part of a zero-ETL integration and cannot be modified or deleted directly. You can only modify or delete read-only replication configurations through their associated zero-ETL integration.
*)}val make :
?replicationConfigIdentifier:??? ->
?replicationConfigArn:??? ->
?sourceEndpointArn:??? ->
?targetEndpointArn:??? ->
?replicationType:??? ->
?computeConfig:??? ->
?replicationSettings:??? ->
?supplementalSettings:??? ->
?tableMappings:??? ->
?replicationConfigCreateTime:??? ->
?replicationConfigUpdateTime:??? ->
?isReadOnly:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of IntegerOptional.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list
| `Timestamp of TStamp.t ])
list ]