Module Values.ConnectionSummarySource

The summary of a connection.

Sourcetype nonrec t = {
  1. configurations : Configurations.t option;
    (*

    The configurations of a connection summary.

    *)
  2. connectionId : ConnectionId.t option;
    (*

    The ID of a connection.

    *)
  3. domainId : DomainId.t option;
    (*

    The domain ID of a connection.

    *)
  4. domainUnitId : DomainUnitId.t option;
    (*

    The domain unit ID of a connection.

    *)
  5. environmentId : EnvironmentId.t option;
    (*

    The environment ID of a connection.

    *)
  6. name : ConnectionName.t option;
    (*

    The connection name.

    *)
  7. physicalEndpoints : PhysicalEndpoints.t option;
    (*

    The connection physical endpoints.

    *)
  8. projectId : ProjectId.t option;
    (*

    The connection project ID.

    *)
  9. props : ConnectionPropertiesOutput.t option;
    (*

    The connection props.

    *)
  10. type_ : ConnectionType.t option;
    (*

    The connection type.

    *)
  11. scope : ConnectionScope.t option;
    (*

    The scope of the connection.

    *)
}
Sourceval make : ?configurations:??? -> ?connectionId:??? -> ?domainId:??? -> ?domainUnitId:??? -> ?environmentId:??? -> ?name:??? -> ?physicalEndpoints:??? -> ?projectId:??? -> ?props:??? -> ?type_:??? -> ?scope:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `Map of ([> `String of PropertyMapKeyString.t ] * [> `String of PropertyMapValueString.t ]) list | `String of ConfigurationClassificationString.t | `Structure of (string * [> `Enum of string | `Integer of GlueConnectionConnectionSchemaVersionInteger.t | `List of [> `Enum of string | `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of AwsLocationAccessRoleString.t | `Structure of (string * [> `Enum of string | `List of [> `String of SubnetId.t ] list | `String of SubnetId.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of TokenUrlParametersMapKeyString.t ] * [> `String of TokenUrlParametersMapValueString.t ]) list | `String of OAuth2PropertiesTokenUrlString.t | `Structure of (string * [> `String of OAuth2ClientApplicationUserManagedClientApplicationClientIdString.t ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) list ]) list ] list | `String of ConnectionId.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `String of AthenaPropertiesOutputWorkgroupNameString.t | `Structure of (string * [> `Boolean of Boolean.t | `String of RedshiftStoragePropertiesClusterNameString.t | `Structure of (string * [> `String of Password.t ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) list ]) 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