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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureNodePoolConfigProxyConfig.BuilderA builder forContainerAzureNodePoolConfigProxyConfigstatic classContainerAzureNodePoolConfigProxyConfig.Jsii$ProxyAn implementation forContainerAzureNodePoolConfigProxyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAzureNodePoolConfigProxyConfig.Builderbuilder()StringgetResourceGroupId()The ARM ID the of the resource group containing proxy keyvault.StringgetSecretId()The URL the of the proxy setting secret with its version.
-
-
-
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 ashttps:<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}
-
builder
@Stability(Stable) static ContainerAzureNodePoolConfigProxyConfig.Builder builder()
-
-