Interface ContainerAwsNodePoolConfigTaints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAwsNodePoolConfigTaints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.166Z") @Stability(Stable) public interface ContainerAwsNodePoolConfigTaints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAwsNodePoolConfigTaints.BuilderA builder forContainerAwsNodePoolConfigTaintsstatic classContainerAwsNodePoolConfigTaints.Jsii$ProxyAn implementation forContainerAwsNodePoolConfigTaints
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAwsNodePoolConfigTaints.Builderbuilder()StringgetEffect()The taint effect.StringgetKey()Key for the taint.StringgetValue()Value for the taint.
-
-
-
Method Detail
-
getEffect
@Stability(Stable) @NotNull String getEffect()
The taint effect. Possible values: EFFECT_UNSPECIFIED, NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#effect ContainerAwsNodePool#effect}
-
getKey
@Stability(Stable) @NotNull String getKey()
Key for the taint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#key ContainerAwsNodePool#key}
-
getValue
@Stability(Stable) @NotNull String getValue()
Value for the taint.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#value ContainerAwsNodePool#value}
-
builder
@Stability(Stable) static ContainerAwsNodePoolConfigTaints.Builder builder()
-
-