Interface ContainerAzureNodePoolConfigProxyConfig

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.189Z")
    @Stability(Stable)
    public interface ContainerAzureNodePoolConfigProxyConfig
    extends software.amazon.jsii.JsiiSerializable
    • 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_node_pool#resource_group_id ContainerAzureNodePool#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_node_pool#secret_id ContainerAzureNodePool#secret_id}