Get Health Check Templates Plain Args
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
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
File name where to save data source results (after running pulumi preview
).