Values.CreateNetworkMigrationDefinitionRequestSourceCreates a new network migration definition that specifies the source and target network configuration for a migration.
type nonrec t = {name : NetworkMigrationDefinitionName.t;The name of the network migration definition.
*)description : NetworkMigrationDefinitionDescription.t option;A description of the network migration definition.
*)sourceConfigurations : SourceConfigurationList.t option;A list of source configurations for the network migration.
*)targetS3Configuration : TargetS3Configuration.t;The S3 configuration for storing the target network artifacts.
*)targetNetwork : TargetNetwork.t;The target network configuration including topology and CIDR ranges.
*)targetDeployment : TargetDeployment.t option;The target deployment configuration for the migrated network.
*)scopeTags : ScopeTagsMap.t option;Scope tags for the network migration definition to control access and organization.
*)}val make :
?description:??? ->
?sourceConfigurations:??? ->
?targetDeployment:??? ->
?tags:??? ->
?scopeTags:??? ->
name:NetworkMigrationDefinitionName.t ->
targetS3Configuration:TargetS3Configuration.t ->
targetNetwork:TargetNetwork.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of S3BucketName.t ]) list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NetworkMigrationDefinitionName.t
| `Structure of
(string * [> `Enum of string | `String of S3BucketName.t ]) list ])
list ]