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
    • 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}