CustomPluginArgs

data class CustomPluginArgs(val contentType: Output<CustomPluginContentType>? = null, val description: Output<String>? = null, val location: Output<CustomPluginLocationArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<CustomPluginArgs>

An example resource schema demonstrating some basic constructs and validation rules.

Constructors

Link copied to clipboard
constructor(contentType: Output<CustomPluginContentType>? = null, description: Output<String>? = null, location: Output<CustomPluginLocationArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The type of the plugin file.

Link copied to clipboard
val description: Output<String>? = null

A summary description of the custom plugin.

Link copied to clipboard
val location: Output<CustomPluginLocationArgs>? = null

Information about the location of the custom plugin.

Link copied to clipboard
val name: Output<String>? = null

The name of the custom plugin.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

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