| Modifier and Type | Class and Description |
|---|---|
static class |
NodegroupRemoteAccess.Jsii$Proxy
An implementation for
NodegroupRemoteAccess |
| Modifier and Type | Method and Description |
|---|---|
NodegroupRemoteAccess |
NodegroupRemoteAccess.Builder.build()
Builds the configured instance.
|
NodegroupRemoteAccess |
NodegroupProps.Jsii$Proxy.getRemoteAccess() |
default NodegroupRemoteAccess |
NodegroupOptions.getRemoteAccess()
The remote access (SSH) configuration to use with your node group.
|
NodegroupRemoteAccess |
NodegroupOptions.Jsii$Proxy.getRemoteAccess() |
| Modifier and Type | Method and Description |
|---|---|
NodegroupProps.Builder |
NodegroupProps.Builder.remoteAccess(NodegroupRemoteAccess remoteAccess)
Sets the value of
NodegroupOptions.getRemoteAccess() |
NodegroupOptions.Builder |
NodegroupOptions.Builder.remoteAccess(NodegroupRemoteAccess remoteAccess)
Sets the value of
NodegroupOptions.getRemoteAccess() |
Nodegroup.Builder |
Nodegroup.Builder.remoteAccess(NodegroupRemoteAccess remoteAccess)
The remote access (SSH) configuration to use with your node group.
|
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
InstanceType instanceType,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupProps.Builder. |
Jsii$Proxy(NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
InstanceType instanceType,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupOptions.Builder. |
Copyright © 2021. All rights reserved.