Module Values.CreateManagedEndpointRequestSource

Creates a managed endpoint. A managed endpoint is a gateway that connects Amazon EMR Studio to Amazon EMR on EKS so that Amazon EMR Studio can communicate with your virtual cluster.

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

    The name of the managed endpoint.

    *)
  2. virtualClusterId : ResourceIdString.t;
    (*

    The ID of the virtual cluster for which a managed endpoint is created.

    *)
  3. type_ : EndpointType.t;
    (*

    The type of the managed endpoint.

    *)
  4. releaseLabel : ReleaseLabel.t;
    (*

    The Amazon EMR release version.

    *)
  5. executionRoleArn : IAMRoleArn.t;
    (*

    The ARN of the execution role.

    *)
  6. certificateArn : ACMCertArn.t option;
    (*

    The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.

    *)
  7. configurationOverrides : ConfigurationOverrides.t option;
    (*

    The configuration settings that will be used to override existing configurations.

    *)
  8. clientToken : ClientToken.t;
    (*

    The client idempotency token for this create call.

    *)
  9. tags : TagMap.t option;
    (*

    The tags of the managed endpoint.

    *)
}
Sourceval context_ : string
Sourceval make : ?certificateArn:??? -> ?configurationOverrides:??? -> ?tags:??? -> name:ResourceNameString.t -> virtualClusterId:ResourceIdString.t -> type_:EndpointType.t -> releaseLabel:ReleaseLabel.t -> executionRoleArn:IAMRoleArn.t -> clientToken:ClientToken.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String128.t ] * [> `String of StringEmpty256.t ]) list | `String of ResourceNameString.t | `Structure of (string * Awso.Botodata.value) 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