Values.AssociateEnvironmentRoleInputSourceAssociates the environment role in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which the environment role is associated.
*)environmentIdentifier : EnvironmentId.t;The ID of the Amazon DataZone environment.
*)environmentRoleArn : String_.t;The ARN of the environment role.
*)}val make :
domainIdentifier:DomainId.t ->
environmentIdentifier:EnvironmentId.t ->
environmentRoleArn:String_.t ->
unit ->
t