Values.NetworkMigrationDefinitionSummarySourceA summary of a network migration definition.
type nonrec t = {networkMigrationDefinitionID : NetworkMigrationDefinitionID.t option;The unique identifier of the network migration definition.
*)name : NetworkMigrationDefinitionName.t option;The name of the network migration definition.
*)sourceEnvironment : SourceEnvironment.t option;The source environment configuration.
*)arn : ARN.t option;The Amazon Resource Name (ARN) of the network migration definition.
*)scopeTags : ScopeTagsMap.t option;Scope tags for the network migration definition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NetworkMigrationDefinitionID.t ])
list ]