@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:08.186Z") @Stability(value=Experimental) 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()
(experimental) The security groups that are allowed SSH access (port 22) to the worker nodes.
|
String |
getSshKeyName()
(experimental) The Amazon EC2 SSH key that provides access for SSH communication with the worker nodes in the managed node group.
|
@Stability(value=Experimental) @NotNull String getSshKeyName()
@Stability(value=Experimental) @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=Experimental) static NodegroupRemoteAccess.Builder builder()
NodegroupRemoteAccess.Builder of NodegroupRemoteAccessCopyright © 2021. All rights reserved.