Values.EnvironmentActionSummarySourceThe details about the specified action configured for an environment. For example, the details of the specified console links for an analytics tool that is available in this environment.
type nonrec t = {domainId : DomainId.t option;The Amazon DataZone domain ID of the environment action.
*)environmentId : EnvironmentId.t option;The environment ID of the environment action.
*)id : EnvironmentActionId.t option;The ID of the environment action.
*)name : String_.t option;The name of the environment action.
*)parameters : ActionParameters.t option;The parameters of the environment action.
*)description : String_.t option;The environment action description.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]