Interface ContainerAzureClusterControlPlaneProxyConfig

    • Method Detail

      • getResourceGroupId

        @Stability(Stable)
        @NotNull
        String getResourceGroupId()
        The ARM ID the of the resource group containing proxy keyvault. Resource group ids are formatted as /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#resource_group_id ContainerAzureCluster#resource_group_id}

      • getSecretId

        @Stability(Stable)
        @NotNull
        String getSecretId()
        The URL the of the proxy setting secret with its version. Secret ids are formatted as https:<key-vault-name>.vault.azure.net/secrets/<secret-name>/<secret-version>.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_azure_cluster#secret_id ContainerAzureCluster#secret_id}