AwsNodePoolConfigSshConfigArgs

data class AwsNodePoolConfigSshConfigArgs(val ec2KeyPair: Output<String>) : ConvertibleToJava<AwsNodePoolConfigSshConfigArgs>

Constructors

Link copied to clipboard
constructor(ec2KeyPair: Output<String>)

Properties

Link copied to clipboard
val ec2KeyPair: Output<String>

The name of the EC2 key pair used to login into cluster machines.

Functions

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