Glue.DevEndpoint
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html
type properties = {
extra_jars_s3_path : string option;
public_key : string option;
number_of_nodes : int option;
arguments : Yojson.Safe.t option;
subnet_id : string option;
public_keys : string list option;
security_group_ids : string list option;
role_arn : string;
worker_type : string option;
endpoint_name : string option;
glue_version : string option;
extra_python_libs_s3_path : string option;
security_configuration : string option;
number_of_workers : int option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html;
val make_properties :
?extra_jars_s3_path:string ->
?public_key:string ->
?number_of_nodes:int ->
?arguments:Yojson.Safe.t ->
?subnet_id:string ->
?public_keys:string list ->
?security_group_ids:string list ->
role_arn:string ->
?worker_type:string ->
?endpoint_name:string ->
?glue_version:string ->
?extra_python_libs_s3_path:string ->
?security_configuration:string ->
?number_of_workers:int ->
?tags:Yojson.Safe.t ->
unit ->
properties
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes