CreateAppRequest

Prev Next

Available in VPC

Description

This is a data type used when creating the Data Forest app.

Syntax

The syntax is as follows.

private String accountId;
private String queueName;
private String appTypeId;
private String name;
private Integer lifetime;
private String description;
private String dependentIds;
private AppComponentRequest components;

Field

The following describes the fields.

Field Type Required Description
accountId String Required Account identifier UUID (base62)
queueName String Required YARN queue name
  • dev (default)
appTypeId String Required App type
name String Required App name
lifetime Integer Required App's uptime
description String Optional App description
dependentIds String Optional List of dependency app IDs required to create the app
components AppComponentRequest Optional AppComponentRequest data type