@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.585Z") @Stability(value=Experimental) public class Nodegroup extends Resource implements INodegroup
| Modifier and Type | Class and Description |
|---|---|
static class |
Nodegroup.Builder
(experimental) 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)
(experimental) Import the Nodegroup from attributes.
|
ICluster |
getCluster()
(experimental) the Amazon EKS cluster resource.
|
String |
getNodegroupArn()
(experimental) ARN of the nodegroup.
|
String |
getNodegroupName()
(experimental) Nodegroup name.
|
IRole |
getRole()
(experimental) IAM role of the instance profile for the nodegroup.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Nodegroup(software.amazon.jsii.JsiiObjectRef objRef)
protected Nodegroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
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=Experimental) @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=Experimental) @NotNull public ICluster getCluster()
@Stability(value=Experimental) @NotNull public String getNodegroupArn()
@Stability(value=Experimental) @NotNull public String getNodegroupName()
getNodegroupName in interface INodegroup@Stability(value=Experimental) @NotNull public IRole getRole()
Copyright © 2021. All rights reserved.