GroupResourceQueryArgs

data class GroupResourceQueryArgs(val query: Output<String>, val type: Output<String>? = null) : ConvertibleToJava<GroupResourceQueryArgs>

Constructors

Link copied to clipboard
constructor(query: Output<String>, type: Output<String>? = null)

Properties

Link copied to clipboard
val query: Output<String>

The resource query as a JSON string.

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

The type of the resource query. Defaults to TAG_FILTERS_1_0.

Functions

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