Get Templates Plain Args
data class GetTemplatesPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val shareType: String? = null, val tags: Map<String, String>? = null, val templateName: String? = null) : ConvertibleToJava<GetTemplatesPlainArgs>
A collection of arguments for invoking getTemplates.
Constructors
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The name of the template. The name can be up to 255 characters in length and can contain digits, letters, hyphens (-), and underscores (_). It must start with a digit or letter.