@Stability(value=Experimental) @Internal public static final class NodegroupRemoteAccess.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NodegroupRemoteAccess
NodegroupRemoteAccesssoftware.amazon.jsii.JsiiObject.InitializationModeNodegroupRemoteAccess.Builder, NodegroupRemoteAccess.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String sshKeyName,
List<? extends ISecurityGroup> sourceSecurityGroups)
Constructor that initializes the object based on literal property values passed by the
NodegroupRemoteAccess.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String sshKeyName, List<? extends ISecurityGroup> sourceSecurityGroups)
NodegroupRemoteAccess.Builder.public final String getSshKeyName()
NodegroupRemoteAccessgetSshKeyName in interface NodegroupRemoteAccesspublic final List<ISecurityGroup> getSourceSecurityGroups()
NodegroupRemoteAccessIf 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)
getSourceSecurityGroups in interface NodegroupRemoteAccess@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.