View source: R/generated_client.R
| clusters_get_kubernetes_instance_configs | R Documentation | 
Describe an Instance Config
clusters_get_kubernetes_instance_configs(
  instance_config_id,
  include_usage_stats = NULL
)
| instance_config_id | integer required. The ID of this instance config. | 
| include_usage_stats | boolean optional. When true, usage stats are returned in instance config objects. Defaults to false. | 
A list containing the following elements:
| instanceConfigId | integer, The ID of this InstanceConfig. | 
| instanceType | string, An EC2 instance type. Possible values include t2.large, m4.xlarge, m4.2xlarge, m4.4xlarge, m5.12xlarge, c5.18xlarge, and g6.2xlarge. | 
| minInstances | integer, The minimum number of instances of that type in this cluster. | 
| maxInstances | integer, The maximum number of instances of that type in this cluster. | 
| instanceMaxMemory | integer, The amount of memory (RAM) available to a single instance of that type in megabytes. | 
| instanceMaxCpu | integer, The number of processor shares available to a single instance of that type in millicores. | 
| instanceMaxDisk | integer, The amount of disk available to a single instance of that type in gigabytes. | 
| usageStats | list, A list containing the following elements: 
 | 
| clusterPartitionId | integer, The ID of this InstanceConfig's cluster partition | 
| clusterPartitionName | string, The name of this InstanceConfig's cluster partition | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.