Module Values_1.ComputeEnvironmentConfigurationSource

An object containing configuration for a compute environment (such as Spark, Python or Athena) returned by the DescribeConnectionType API.

Sourcetype nonrec t = {
  1. name : ComputeEnvironmentName.t option;
    (*

    A name for the compute environment configuration.

    *)
  2. description : ComputeEnvironmentConfigurationDescriptionString.t option;
    (*

    A description of the compute environment.

    *)
  3. computeEnvironment : Values_0.ComputeEnvironment.t option;
    (*

    The type of compute environment.

    *)
  4. supportedAuthenticationTypes : Values_0.AuthenticationTypes.t option;
    (*

    The supported authentication types for the compute environment.

    *)
  5. connectionOptions : Values_0.PropertiesMap.t option;
    (*

    The parameters used as connection options for the compute environment.

    *)
  6. connectionPropertyNameOverrides : PropertyNameOverrides.t option;
    (*

    The connection property name overrides for the compute environment.

    *)
  7. connectionOptionNameOverrides : PropertyNameOverrides.t option;
    (*

    The connection option name overrides for the compute environment.

    *)
  8. connectionPropertiesRequiredOverrides : Values_0.ListOfString.t option;
    (*

    The connection properties that are required as overrides for the compute environment.

    *)
  9. physicalConnectionPropertiesRequired : Values_0.Bool_.t option;
    (*

    Indicates whether PhysicalConnectionProperties are required for the compute environment.

    *)
}
Sourceval make : ?name:??? -> ?description:??? -> ?computeEnvironment:??? -> ?supportedAuthenticationTypes:??? -> ?connectionOptions:??? -> ?connectionPropertyNameOverrides:??? -> ?connectionOptionNameOverrides:??? -> ?connectionPropertiesRequiredOverrides:??? -> ?physicalConnectionPropertiesRequired:??? -> unit -> t
Sourceval 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 ]
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