Values_1.ComputeEnvironmentConfigurationSourceAn object containing configuration for a compute environment (such as Spark, Python or Athena) returned by the DescribeConnectionType API.
type nonrec t = {name : ComputeEnvironmentName.t option;A name for the compute environment configuration.
*)description : ComputeEnvironmentConfigurationDescriptionString.t option;A description of the compute environment.
*)computeEnvironment : Values_0.ComputeEnvironment.t option;The type of compute environment.
*)supportedAuthenticationTypes : Values_0.AuthenticationTypes.t option;The supported authentication types for the compute environment.
*)connectionOptions : Values_0.PropertiesMap.t option;The parameters used as connection options for the compute environment.
*)connectionPropertyNameOverrides : PropertyNameOverrides.t option;The connection property name overrides for the compute environment.
*)connectionOptionNameOverrides : PropertyNameOverrides.t option;The connection option name overrides for the compute environment.
*)connectionPropertiesRequiredOverrides : Values_0.ListOfString.t option;The connection properties that are required as overrides for the compute environment.
*)physicalConnectionPropertiesRequired : Values_0.Bool_.t option;Indicates whether PhysicalConnectionProperties are required for the compute environment.
*)}val make :
?name:??? ->
?description:??? ->
?computeEnvironment:??? ->
?supportedAuthenticationTypes:??? ->
?connectionOptions:??? ->
?connectionPropertyNameOverrides:??? ->
?connectionOptionNameOverrides:??? ->
?connectionPropertiesRequiredOverrides:??? ->
?physicalConnectionPropertiesRequired:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Bool_.t
| `Enum of string
| `List of [> `Enum of string | `String of string ] list
| `Map of
([> `String of string ]
* [> `String of Values_0.PropertyName.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of
[> `Enum of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of string ])
list ])
list
| `String of ComputeEnvironmentName.t ])
list ]