INPUT_OBJECT

CreateAwsClusterInput

Description

CreateAwsClusterInput for Aws account.

link GraphQL Schema definition

  • input CreateAwsClusterInput {
  • # Cloud account ID of the AWS account.
  • cloudAccountId: String
  • # Create disk based or CCES.
  • isEsType: Boolean
  • # Flag to keep the cluster on failure.
  • keepClusterOnFailure: Boolean
  • # Aws region.
  • region: String
  • # Disable API termination on AWS instances.
  • disableApiTermination: Boolean
  • # Cluster configuration to initialize cluster.
  • clusterConfig: ClusterConfigInput
  • # Virtual Machine configuration to create nodes.
  • vmConfig: AwsVmConfig
  • }