@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:08.098Z") @Stability(value=Stable) public interface NodegroupRemoteAccess extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-remoteaccess.html| Modifier and Type | Interface and Description |
|---|---|
static class |
NodegroupRemoteAccess.Builder
A builder for
NodegroupRemoteAccess |
static class |
NodegroupRemoteAccess.Jsii$Proxy
An implementation for
NodegroupRemoteAccess |
| Modifier and Type | Method and Description |
|---|---|
static NodegroupRemoteAccess.Builder |
builder() |
default List<ISecurityGroup> |
getSourceSecurityGroups()
The security groups that are allowed SSH access (port 22) to the worker nodes.
|
String |
getSshKeyName()
The Amazon EC2 SSH key that provides access for SSH communication with the worker nodes in the managed node group.
|
@Stability(value=Stable) @NotNull String getSshKeyName()
@Stability(value=Stable) @Nullable default List<ISecurityGroup> getSourceSecurityGroups()
If you specify an Amazon EC2 SSH key but do not specify a source security group when you create a managed node group, then port 22 on the worker nodes is opened to the internet (0.0.0.0/0).
Default: - port 22 on the worker nodes is opened to the internet (0.0.0.0/0)
@Stability(value=Stable) static NodegroupRemoteAccess.Builder builder()
NodegroupRemoteAccess.Builder of NodegroupRemoteAccessCopyright © 2021. All rights reserved.