Module Values.CreateConnectionInputSource

Creates a new 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. awsLocation : AwsLocation.t option;
    (*

    The location where the connection is created.

    *)
  2. clientToken : String_.t option;
    (*

    A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

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

    The configurations of the connection.

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

    A connection description.

    *)
  5. domainIdentifier : DomainId.t;
    (*

    The ID of the domain where the connection is created.

    *)
  6. environmentIdentifier : EnvironmentId.t option;
    (*

    The ID of the environment where the connection is created.

    *)
  7. name : ConnectionName.t;
    (*

    The connection name.

    *)
  8. props : ConnectionPropertiesInput.t option;
    (*

    The connection props.

    *)
  9. enableTrustedIdentityPropagation : Boolean.t option;
    (*

    Specifies whether the trusted identity propagation is enabled.

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

    The scope of the connection.

    *)
}
Sourceval context_ : string
Sourceval make : ?awsLocation:??? -> ?clientToken:??? -> ?configurations:??? -> ?description:??? -> ?environmentIdentifier:??? -> ?props:??? -> ?enableTrustedIdentityPropagation:??? -> ?scope:??? -> domainIdentifier:DomainId.t -> name:ConnectionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Map of ([> `String of PropertyMapKeyString.t ] * [> `String of PropertyMapValueString.t ]) list | `String of ConfigurationClassificationString.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of AwsLocationAccessRoleString.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `String of AthenaPropertiesInputWorkgroupNameString.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string ] list | `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of GlueConnectionInputNameString.t | `Structure of (string * [> `Enum of string | `List of [> `String of SubnetId.t ] list | `Map of ([> `String of CredentialMapKeyString.t ] * [> `String of CredentialMapValueString.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 ]) list ]) 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