Interface ContainerAzureClusterControlPlaneProxyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContainerAzureClusterControlPlaneProxyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.177Z") @Stability(Stable) public interface ContainerAzureClusterControlPlaneProxyConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContainerAzureClusterControlPlaneProxyConfig.BuilderA builder forContainerAzureClusterControlPlaneProxyConfigstatic classContainerAzureClusterControlPlaneProxyConfig.Jsii$ProxyAn implementation forContainerAzureClusterControlPlaneProxyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContainerAzureClusterControlPlaneProxyConfig.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_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 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_cluster#secret_id ContainerAzureCluster#secret_id}
-
builder
@Stability(Stable) static ContainerAzureClusterControlPlaneProxyConfig.Builder builder()
-
-