AwsNodePoolConfigArgs

data class AwsNodePoolConfigArgs(val autoscalingMetricsCollection: Output<AwsNodePoolConfigAutoscalingMetricsCollectionArgs>? = null, val configEncryption: Output<AwsNodePoolConfigConfigEncryptionArgs>, val iamInstanceProfile: Output<String>, val imageType: Output<String>? = null, val instancePlacement: Output<AwsNodePoolConfigInstancePlacementArgs>? = null, val instanceType: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val proxyConfig: Output<AwsNodePoolConfigProxyConfigArgs>? = null, val rootVolume: Output<AwsNodePoolConfigRootVolumeArgs>? = null, val securityGroupIds: Output<List<String>>? = null, val spotConfig: Output<AwsNodePoolConfigSpotConfigArgs>? = null, val sshConfig: Output<AwsNodePoolConfigSshConfigArgs>? = null, val tags: Output<Map<String, String>>? = null, val taints: Output<List<AwsNodePoolConfigTaintArgs>>? = null) : ConvertibleToJava<AwsNodePoolConfigArgs>

Constructors

Link copied to clipboard
constructor(autoscalingMetricsCollection: Output<AwsNodePoolConfigAutoscalingMetricsCollectionArgs>? = null, configEncryption: Output<AwsNodePoolConfigConfigEncryptionArgs>, iamInstanceProfile: Output<String>, imageType: Output<String>? = null, instancePlacement: Output<AwsNodePoolConfigInstancePlacementArgs>? = null, instanceType: Output<String>? = null, labels: Output<Map<String, String>>? = null, proxyConfig: Output<AwsNodePoolConfigProxyConfigArgs>? = null, rootVolume: Output<AwsNodePoolConfigRootVolumeArgs>? = null, securityGroupIds: Output<List<String>>? = null, spotConfig: Output<AwsNodePoolConfigSpotConfigArgs>? = null, sshConfig: Output<AwsNodePoolConfigSshConfigArgs>? = null, tags: Output<Map<String, String>>? = null, taints: Output<List<AwsNodePoolConfigTaintArgs>>? = null)

Properties

Link copied to clipboard

Optional. Configuration related to CloudWatch metrics collection on the Auto Scaling group of the node pool. When unspecified, metrics collection is disabled.

Link copied to clipboard

The ARN of the AWS KMS key used to encrypt node pool configuration.

Link copied to clipboard

The name of the AWS IAM role assigned to nodes in the pool.

Link copied to clipboard
val imageType: Output<String>? = null

The OS image type to use on node pool instances.

Link copied to clipboard

Details of placement information for an instance.

Link copied to clipboard
val instanceType: Output<String>? = null

Optional. The AWS instance type. When unspecified, it defaults to m5.large.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Optional. The initial labels assigned to nodes of this node pool. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Link copied to clipboard

Proxy configuration for outbound HTTP(S) traffic.

Link copied to clipboard

Optional. Template for the root volume provisioned for node pool nodes. Volumes will be provisioned in the availability zone assigned to the node pool subnet. When unspecified, it defaults to 32 GiB with the GP2 volume type.

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

Optional. The IDs of additional security groups to add to nodes in this pool. The manager will automatically create security groups with minimum rules needed for a functioning cluster.

Link copied to clipboard

Optional. When specified, the node pool will provision Spot instances from the set of spot_config.instance_types. This field is mutually exclusive with instance_type

Link copied to clipboard

Optional. The SSH configuration.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Optional. Key/value metadata to assign to each underlying AWS resource. Specify at most 50 pairs containing alphanumerics, spaces, and symbols (.+-=_:@/). Keys can be up to 127 Unicode characters. Values can be up to 255 Unicode characters.

Link copied to clipboard
val taints: Output<List<AwsNodePoolConfigTaintArgs>>? = null

Optional. The initial taints assigned to nodes of this node pool.

Functions

Link copied to clipboard
open override fun toJava(): AwsNodePoolConfigArgs