Get Templates Plain Args
data class GetTemplatesPlainArgs(val category: String? = null, val createdBy: String? = null, val createdDate: String? = null, val createdDateAfter: String? = null, val hasTrigger: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val shareType: String? = null, val sortField: String? = null, val sortOrder: String? = null, val tags: Map<String, String>? = null, val templateFormat: String? = null, val templateType: String? = null) : ConvertibleToJava<GetTemplatesPlainArgs>
A collection of arguments for invoking getTemplates.
Constructors
Link copied to clipboard
constructor(category: String? = null, createdBy: String? = null, createdDate: String? = null, createdDateAfter: String? = null, hasTrigger: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, shareType: String? = null, sortField: String? = null, sortOrder: String? = null, tags: Map<String, String>? = null, templateFormat: String? = null, templateType: String? = null)
Properties
Link copied to clipboard
The template whose creation time is less than or equal to the specified time. The format is: YYYY-MM-DDThh:mm::ssZ.
Link copied to clipboard
Create a template whose time is greater than or equal to the specified time. The format is: YYYY-MM-DDThh:mm:ssZ.
Link copied to clipboard
Is it triggered successfully.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The format of the template. Valid values: JSON
, YAML
.
Link copied to clipboard
The type of OOS Template.