Values.CreateEnvironmentActionInputSourceCreates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which the environment action is created.
*)environmentIdentifier : EnvironmentId.t;The ID of the environment in which the environment action is created.
*)name : String_.t;The name of the environment action.
*)parameters : ActionParameters.t;The parameters of the environment action.
*)description : String_.t option;The description of the environment action that is being created in the environment.
*)}val make :
?description:??? ->
domainIdentifier:DomainId.t ->
environmentIdentifier:EnvironmentId.t ->
name:String_.t ->
parameters:ActionParameters.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]