Class CfnNodegroup.RemoteAccessProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnNodegroup.RemoteAccessProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNodegroup.RemoteAccessProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnNodegroup.RemoteAccessProperty
@Stability(Stable)
@Internal
public static final class CfnNodegroup.RemoteAccessProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNodegroup.RemoteAccessProperty
An implementation for
CfnNodegroup.RemoteAccessProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.CfnNodegroup.RemoteAccessProperty
CfnNodegroup.RemoteAccessProperty.Builder, CfnNodegroup.RemoteAccessProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNodegroup.RemoteAccessProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe Amazon EC2 SSH key name that provides access for SSH communication with the nodes in the managed node group.The security group IDs that are allowed SSH access (port 22) to the nodes.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNodegroup.RemoteAccessProperty.Builder.
-
-
Method Details
-
getEc2SshKey
Description copied from interface:CfnNodegroup.RemoteAccessPropertyThe Amazon EC2 SSH key name that provides access for SSH communication with the nodes in the managed node group.For more information, see Amazon EC2 key pairs and Linux instances in the Amazon Elastic Compute Cloud User Guide for Linux Instances . For Windows, an Amazon EC2 SSH key is used to obtain the RDP password. For more information, see Amazon EC2 key pairs and Windows instances in the Amazon Elastic Compute Cloud User Guide for Windows Instances .
- Specified by:
getEc2SshKeyin interfaceCfnNodegroup.RemoteAccessProperty
-
getSourceSecurityGroups
Description copied from interface:CfnNodegroup.RemoteAccessPropertyThe security group IDs that are allowed SSH access (port 22) to the nodes.For Windows, the port is 3389. If you specify an Amazon EC2 SSH key but don't specify a source security group when you create a managed node group, then the port 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 .- Specified by:
getSourceSecurityGroupsin interfaceCfnNodegroup.RemoteAccessProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-