INPUT_OBJECT
CreateAwsClusterInput
Description
CreateAwsClusterInput for Aws account.
link GraphQL Schema definition
- input CreateAwsClusterInput {
 - #   Cloud account ID of the AWS account.
 - : String
 - #   Cluster configuration to initialize cluster.
 - : ClusterConfigInput
 - #   Disable API termination on AWS instances.
 - : Boolean
 - #   Create disk based or CCES.
 - : Boolean
 - #   Flag to keep the cluster on failure.
 - : Boolean
 - #   Aws region.
 - : String
 - #   Flag to enable use of placement group on the cluster.
 - : Boolean
 - #   Validations to perform on the request.
 - : [ClusterCreateValidations!]
 - #   Virtual Machine configuration to create nodes.
 - : AwsVmConfig
 - }