Interface ComputeNodeGroupShareSettings

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputeNodeGroupShareSettings.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.628Z")
    @Stability(Stable)
    public interface ComputeNodeGroupShareSettings
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getShareType

        @Stability(Stable)
        @NotNull
        String getShareType()
        Node group sharing type. Possible values: ["ORGANIZATION", "SPECIFIC_PROJECTS", "LOCAL"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#share_type ComputeNodeGroup#share_type}

      • getProjectMap

        @Stability(Stable)
        @Nullable
        default Object getProjectMap()
        project_map block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_group#project_map ComputeNodeGroup#project_map}