Module Values.GetConnectionOutputSource

Gets a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Sourcetype nonrec t = {
  1. connectionCredentials : ConnectionCredentials.t option;
    (*

    Connection credentials.

    *)
  2. configurations : Configurations.t option;
    (*

    The configurations of the connection.

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

    The ID of the connection.

    *)
  4. description : Description.t option;
    (*

    Connection description.

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

    The domain ID of the connection.

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

    The domain unit ID of the connection.

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

    The ID of the environment.

    *)
  8. environmentUserRole : String_.t option;
    (*

    The environment user role.

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

    The name of the connection.

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

    The physical endpoints of the connection.

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

    The ID of the project.

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

    Connection props.

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

    The type of the connection.

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

    The scope of the connection.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `UnauthorizedException of UnauthorizedException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?connectionCredentials:??? -> ?configurations:??? -> ?connectionId:??? -> ?description:??? -> ?domainId:??? -> ?domainUnitId:??? -> ?environmentId:??? -> ?environmentUserRole:??? -> ?name:??? -> ?physicalEndpoints:??? -> ?projectId:??? -> ?props:??? -> ?type_:??? -> ?scope:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `UnauthorizedException of UnauthorizedException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.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 * [> `String of String_.t | `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 | `Timestamp of SyntheticTimestamp_date_time.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