@Stability(value=Stable) @Internal public static final class CfnNodegroup.RemoteAccessProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnNodegroup.RemoteAccessProperty
CfnNodegroup.RemoteAccessPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnNodegroup.RemoteAccessProperty.Builder, CfnNodegroup.RemoteAccessProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnNodegroup.RemoteAccessProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnNodegroup.LaunchTemplateSpecificationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getEc2SshKey()
The Amazon EC2 SSH key that provides access for SSH communication with the nodes in the managed node group.
|
List<String> |
getSourceSecurityGroups()
The security groups that are allowed SSH access (port 22) to the nodes.
|
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(CfnNodegroup.RemoteAccessProperty.Builder builder)
CfnNodegroup.LaunchTemplateSpecificationProperty.Builder.public final String getEc2SshKey()
CfnNodegroup.RemoteAccessPropertyFor more information, see Amazon EC2 key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances .
getEc2SshKey in interface CfnNodegroup.RemoteAccessPropertypublic final List<String> getSourceSecurityGroups()
CfnNodegroup.RemoteAccessPropertyIf 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 nodes is opened to the internet (0.0.0.0/0). For more information, see Security Groups for Your VPC in the Amazon Virtual Private Cloud User Guide .
getSourceSecurityGroups in interface CfnNodegroup.RemoteAccessProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.