GroupVersionResourceArgs

data class GroupVersionResourceArgs(val group: Output<String>? = null, val resource: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<GroupVersionResourceArgs>

The names of the group, the version, and the resource.

Constructors

Link copied to clipboard
constructor(group: Output<String>? = null, resource: Output<String>? = null, version: Output<String>? = null)

Properties

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

The name of the group.

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

The name of the resource.

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

The name of the version.

Functions

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