@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:06.906Z") @Stability(value=Stable) public class CfnNodegroup extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnNodegroup.Builder
A fluent builder for
CfnNodegroup. |
static interface |
CfnNodegroup.LaunchTemplateSpecificationProperty |
static interface |
CfnNodegroup.RemoteAccessProperty |
static interface |
CfnNodegroup.ScalingConfigProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnNodegroup(Construct scope,
String id,
CfnNodegroupProps props)
Create a new `AWS::EKS::Nodegroup`.
|
protected |
CfnNodegroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnNodegroup(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmiType()
`AWS::EKS::Nodegroup.AmiType`.
|
String |
getAttrArn() |
String |
getAttrClusterName() |
String |
getAttrNodegroupName() |
String |
getCapacityType()
`AWS::EKS::Nodegroup.CapacityType`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getClusterName()
`AWS::EKS::Nodegroup.ClusterName`.
|
Number |
getDiskSize()
`AWS::EKS::Nodegroup.DiskSize`.
|
Object |
getForceUpdateEnabled()
`AWS::EKS::Nodegroup.ForceUpdateEnabled`.
|
List<String> |
getInstanceTypes()
`AWS::EKS::Nodegroup.InstanceTypes`.
|
Object |
getLabels()
`AWS::EKS::Nodegroup.Labels`.
|
Object |
getLaunchTemplate()
`AWS::EKS::Nodegroup.LaunchTemplate`.
|
String |
getNodegroupName()
`AWS::EKS::Nodegroup.NodegroupName`.
|
String |
getNodeRole()
`AWS::EKS::Nodegroup.NodeRole`.
|
String |
getReleaseVersion()
`AWS::EKS::Nodegroup.ReleaseVersion`.
|
Object |
getRemoteAccess()
`AWS::EKS::Nodegroup.RemoteAccess`.
|
Object |
getScalingConfig()
`AWS::EKS::Nodegroup.ScalingConfig`.
|
List<String> |
getSubnets()
`AWS::EKS::Nodegroup.Subnets`.
|
TagManager |
getTags()
`AWS::EKS::Nodegroup.Tags`.
|
String |
getVersion()
`AWS::EKS::Nodegroup.Version`.
|
void |
inspect(TreeInspector inspector)
(experimental) Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAmiType(String value)
`AWS::EKS::Nodegroup.AmiType`.
|
void |
setCapacityType(String value)
`AWS::EKS::Nodegroup.CapacityType`.
|
void |
setClusterName(String value)
`AWS::EKS::Nodegroup.ClusterName`.
|
void |
setDiskSize(Number value)
`AWS::EKS::Nodegroup.DiskSize`.
|
void |
setForceUpdateEnabled(Boolean value)
`AWS::EKS::Nodegroup.ForceUpdateEnabled`.
|
void |
setForceUpdateEnabled(IResolvable value)
`AWS::EKS::Nodegroup.ForceUpdateEnabled`.
|
void |
setInstanceTypes(List<String> value)
`AWS::EKS::Nodegroup.InstanceTypes`.
|
void |
setLabels(Object value)
`AWS::EKS::Nodegroup.Labels`.
|
void |
setLaunchTemplate(CfnNodegroup.LaunchTemplateSpecificationProperty value)
`AWS::EKS::Nodegroup.LaunchTemplate`.
|
void |
setLaunchTemplate(IResolvable value)
`AWS::EKS::Nodegroup.LaunchTemplate`.
|
void |
setNodegroupName(String value)
`AWS::EKS::Nodegroup.NodegroupName`.
|
void |
setNodeRole(String value)
`AWS::EKS::Nodegroup.NodeRole`.
|
void |
setReleaseVersion(String value)
`AWS::EKS::Nodegroup.ReleaseVersion`.
|
void |
setRemoteAccess(CfnNodegroup.RemoteAccessProperty value)
`AWS::EKS::Nodegroup.RemoteAccess`.
|
void |
setRemoteAccess(IResolvable value)
`AWS::EKS::Nodegroup.RemoteAccess`.
|
void |
setScalingConfig(CfnNodegroup.ScalingConfigProperty value)
`AWS::EKS::Nodegroup.ScalingConfig`.
|
void |
setScalingConfig(IResolvable value)
`AWS::EKS::Nodegroup.ScalingConfig`.
|
void |
setSubnets(List<String> value)
`AWS::EKS::Nodegroup.Subnets`.
|
void |
setVersion(String value)
`AWS::EKS::Nodegroup.Version`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnNodegroup(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnNodegroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnNodegroup(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnNodegroupProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrClusterName()
@Stability(value=Stable) @NotNull public String getAttrNodegroupName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getClusterName()
@Stability(value=Stable)
public void setClusterName(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getLabels()
@Stability(value=Stable)
public void setLabels(@NotNull
Object value)
@Stability(value=Stable) @NotNull public String getNodeRole()
@Stability(value=Stable)
public void setNodeRole(@NotNull
String value)
@Stability(value=Stable) @NotNull public List<String> getSubnets()
@Stability(value=Stable)
public void setSubnets(@NotNull
List<String> value)
@Stability(value=Stable) @Nullable public String getAmiType()
@Stability(value=Stable)
public void setAmiType(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getCapacityType()
@Stability(value=Stable)
public void setCapacityType(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getDiskSize()
@Stability(value=Stable)
public void setDiskSize(@Nullable
Number value)
@Stability(value=Stable) @Nullable public Object getForceUpdateEnabled()
@Stability(value=Stable)
public void setForceUpdateEnabled(@Nullable
Boolean value)
@Stability(value=Stable)
public void setForceUpdateEnabled(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public List<String> getInstanceTypes()
@Stability(value=Stable)
public void setInstanceTypes(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public Object getLaunchTemplate()
@Stability(value=Stable)
public void setLaunchTemplate(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setLaunchTemplate(@Nullable
CfnNodegroup.LaunchTemplateSpecificationProperty value)
@Stability(value=Stable) @Nullable public String getNodegroupName()
@Stability(value=Stable)
public void setNodegroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getReleaseVersion()
@Stability(value=Stable)
public void setReleaseVersion(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getRemoteAccess()
@Stability(value=Stable)
public void setRemoteAccess(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setRemoteAccess(@Nullable
CfnNodegroup.RemoteAccessProperty value)
@Stability(value=Stable) @Nullable public Object getScalingConfig()
@Stability(value=Stable)
public void setScalingConfig(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setScalingConfig(@Nullable
CfnNodegroup.ScalingConfigProperty value)
@Stability(value=Stable) @Nullable public String getVersion()
@Stability(value=Stable)
public void setVersion(@Nullable
String value)
Copyright © 2021. All rights reserved.