NginxFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing NGINX Dataplane API Key.

suspend fun getApiKey(argument: suspend GetApiKeyPlainArgsBuilder.() -> Unit): GetApiKeyResult
suspend fun getApiKey(name: String, nginxDeploymentId: String): GetApiKeyResult
Link copied to clipboard

Use this data source to access information about an existing NGINX Certificate.

suspend fun getCertificate(name: String, nginxDeploymentId: String): GetCertificateResult
Link copied to clipboard

Use this data source to access information about an existing Nginx Configuration.

suspend fun getConfiguration(nginxDeploymentId: String): GetConfigurationResult
Link copied to clipboard

Use this data source to access information about an existing NGINX Deployment.

suspend fun getDeployment(name: String, resourceGroupName: String): GetDeploymentResult