GetHealthCheckTemplatesPlainArgs

data class GetHealthCheckTemplatesPlainArgs(val healthCheckTemplateIds: List<String>? = null, val healthCheckTemplateName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetHealthCheckTemplatesPlainArgs>

A collection of arguments for invoking getHealthCheckTemplates.

Constructors

Link copied to clipboard
constructor(healthCheckTemplateIds: List<String>? = null, healthCheckTemplateName: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null)

Properties

Link copied to clipboard

The health check template ids.

Link copied to clipboard

The name of the health check template. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.

Link copied to clipboard
val ids: List<String>? = null

A list of Health Check Template IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Health Check Template name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Functions

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