| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static RemoteAccessConfig.Builder |
RemoteAccessConfig.builder() |
RemoteAccessConfig.Builder |
RemoteAccessConfig.Builder.ec2SshKey(String ec2SshKey)
The Amazon EC2 SSH key that provides access for SSH communication with the nodes in the managed node group.
|
RemoteAccessConfig.Builder |
RemoteAccessConfig.Builder.sourceSecurityGroups(Collection<String> sourceSecurityGroups)
The security groups that are allowed SSH access (port 22) to the nodes.
|
RemoteAccessConfig.Builder |
RemoteAccessConfig.Builder.sourceSecurityGroups(String... sourceSecurityGroups)
The security groups that are allowed SSH access (port 22) to the nodes.
|
RemoteAccessConfig.Builder |
RemoteAccessConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RemoteAccessConfig.Builder> |
RemoteAccessConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateNodegroupRequest.Builder |
CreateNodegroupRequest.Builder.remoteAccess(Consumer<RemoteAccessConfig.Builder> remoteAccess)
The remote access (SSH) configuration to use with your node group.
|
default Nodegroup.Builder |
Nodegroup.Builder.remoteAccess(Consumer<RemoteAccessConfig.Builder> remoteAccess)
If the node group wasn't deployed with a launch template, then this is the remote access configuration that
is associated with the node group.
|
Copyright © 2022. All rights reserved.