Values.GetSubscriptionTargetInputSourceGets the subscription target in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which the subscription target exists.
*)environmentIdentifier : EnvironmentId.t;The ID of the environment associated with the subscription target.
*)identifier : SubscriptionTargetId.t;The ID of the subscription target.
*)}val make :
domainIdentifier:DomainId.t ->
environmentIdentifier:EnvironmentId.t ->
identifier:SubscriptionTargetId.t ->
unit ->
t