@Stability(value=Stable)
public static interface CfnNodegroup.TaintProperty
extends software.amazon.jsii.JsiiSerializable
For more information, see Node taints on managed node groups .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.eks.*;
TaintProperty taintProperty = TaintProperty.builder()
.effect("effect")
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNodegroup.TaintProperty.Builder
A builder for
CfnNodegroup.TaintProperty |
static class |
CfnNodegroup.TaintProperty.Jsii$Proxy
An implementation for
CfnNodegroup.TaintProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNodegroup.TaintProperty.Builder |
builder() |
default String |
getEffect()
The effect of the taint.
|
default String |
getKey()
The key of the taint.
|
default String |
getValue()
The value of the taint.
|
@Stability(value=Stable) @Nullable default String getEffect()
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnNodegroup.TaintProperty.Builder builder()
CfnNodegroup.TaintProperty.Builder of CfnNodegroup.TaintPropertyCopyright © 2022. All rights reserved.