GetTemplatesPlainArgs

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
val category: String? = null

The category of template.

Link copied to clipboard
val createdBy: String? = null

The creator of the template.

Link copied to clipboard
val createdDate: String? = null

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
val hasTrigger: Boolean? = null

Is it triggered successfully.

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

A list of OOS Template ids. Each element in the list is same as template_name.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter the results by the template_name.

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val shareType: String? = null

The sharing type of the template. Valid values: Private, Public.

Link copied to clipboard
val sortField: String? = null

Sort field. Valid values: TotalExecutionCount, Popularity, TemplateName and CreatedDate. Default to TotalExecutionCount.

Link copied to clipboard
val sortOrder: String? = null

Sort order. Valid values: Ascending, Descending. Default to Descending

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assign to the resource.

Link copied to clipboard
val templateFormat: String? = null

The format of the template. Valid values: JSON, YAML.

Link copied to clipboard
val templateType: String? = null

The type of OOS Template.

Functions

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