AzureNodePoolConfigProxyConfigArgs

data class AzureNodePoolConfigProxyConfigArgs(val resourceGroupId: Output<String>, val secretId: Output<String>) : ConvertibleToJava<AzureNodePoolConfigProxyConfigArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupId: Output<String>, secretId: Output<String>)

Properties

Link copied to clipboard
val resourceGroupId: Output<String>

The ARM ID the of the resource group containing proxy keyvault. Resource group ids are formatted as /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>

Link copied to clipboard
val secretId: Output<String>

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>.

Functions

Link copied to clipboard
open override fun toJava(): AzureNodePoolConfigProxyConfigArgs