Values_2.UseCaseSourceContains the use case.
type nonrec t = {useCaseId : Values_0.UseCaseId.t option;The identifier for the use case.
*)useCaseArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) for the use case.
*)useCaseType : Values_0.UseCaseType.t option;The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.UseCaseId.t ]) list ]