Interface ContainerAwsNodePoolConfigSshConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAwsNodePoolConfigSshConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.166Z") @Stability(Stable) public interface ContainerAwsNodePoolConfigSshConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAwsNodePoolConfigSshConfig.BuilderA builder forContainerAwsNodePoolConfigSshConfigstatic classContainerAwsNodePoolConfigSshConfig.Jsii$ProxyAn implementation forContainerAwsNodePoolConfigSshConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAwsNodePoolConfigSshConfig.Builderbuilder()StringgetEc2KeyPair()The name of the EC2 key pair used to login into cluster machines.
-
-
-
Method Detail
-
getEc2KeyPair
@Stability(Stable) @NotNull String getEc2KeyPair()
The name of the EC2 key pair used to login into cluster machines.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#ec2_key_pair ContainerAwsNodePool#ec2_key_pair}
-
builder
@Stability(Stable) static ContainerAwsNodePoolConfigSshConfig.Builder builder()
-
-