Module Values.EnvironmentConfigurationUserParameterSource

The environment configuration user parameters.

Sourcetype nonrec t = {
  1. environmentId : EnvironmentId.t option;
    (*

    The ID of the environment.

    *)
  2. environmentResolvedAccount : EnvironmentResolvedAccount.t option;
    (*

    Specifies the account/Region that is to be used during project creation for a particular blueprint.

    *)
  3. environmentConfigurationName : EnvironmentConfigurationName.t option;
    (*

    The environment configuration name.

    *)
  4. environmentParameters : EnvironmentParametersList.t option;
    (*

    The environment parameters.

    *)
}
Sourceval make : ?environmentId:??? -> ?environmentResolvedAccount:??? -> ?environmentConfigurationName:??? -> ?environmentParameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of EnvironmentId.t | `Structure of (string * [> `String of AwsAccountId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t