@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:08.084Z") @Stability(value=Stable) public class Nodegroup extends Resource implements INodegroup
| Modifier and Type | Class and Description |
|---|---|
static class |
Nodegroup.Builder
A fluent builder for
Nodegroup. |
software.amazon.jsii.JsiiObject.InitializationModeINodegroup.Jsii$Default, INodegroup.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Nodegroup(software.constructs.Construct scope,
String id,
NodegroupProps props) |
protected |
Nodegroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Nodegroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static INodegroup |
fromNodegroupName(software.constructs.Construct scope,
String id,
String nodegroupName)
Import the Nodegroup from attributes.
|
ICluster |
getCluster()
the Amazon EKS cluster resource.
|
String |
getNodegroupArn()
ARN of the nodegroup.
|
String |
getNodegroupName()
Nodegroup name.
|
IRole |
getRole()
IAM role of the instance profile for the nodegroup.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected Nodegroup(software.amazon.jsii.JsiiObjectRef objRef)
protected Nodegroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public Nodegroup(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
NodegroupProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Stable) @NotNull public static INodegroup fromNodegroupName(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String nodegroupName)
scope - This parameter is required.id - This parameter is required.nodegroupName - This parameter is required.@Stability(value=Stable) @NotNull public ICluster getCluster()
@Stability(value=Stable) @NotNull public String getNodegroupArn()
@Stability(value=Stable) @NotNull public String getNodegroupName()
getNodegroupName in interface INodegroup@Stability(value=Stable) @NotNull public IRole getRole()
Copyright © 2021. All rights reserved.