Interface ContainerClusterNodePoolAutoConfig

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

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

      • getNetworkTags

        @Stability(Stable)
        @Nullable
        default ContainerClusterNodePoolAutoConfigNetworkTags getNetworkTags()
        network_tags block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#network_tags ContainerCluster#network_tags}

      • getResourceManagerTags

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getResourceManagerTags()
        A map of resource manager tags.

        Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_cluster#resource_manager_tags ContainerCluster#resource_manager_tags}