Custom Plugin Args
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)