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