Module Glue.DevEndpoint

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-devendpoint.html

type properties = {
  1. extra_jars_s3_path : string option;
  2. public_key : string option;
  3. number_of_nodes : int option;
  4. arguments : Yojson.Safe.t option;
  5. subnet_id : string option;
  6. public_keys : string list option;
  7. security_group_ids : string list option;
  8. role_arn : string;
  9. worker_type : string option;
  10. endpoint_name : string option;
  11. glue_version : string option;
  12. extra_python_libs_s3_path : string option;
  13. security_configuration : string option;
  14. number_of_workers : int option;
  15. tags : Yojson.Safe.t 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 ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string