Group Version Resource Args
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.