GroupResourceQueryArgs

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

Constructors

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

Properties

Link copied to clipboard
val query: Output<GroupQueryArgs>? = null

The query that defines the membership of the group. This is a structure with properties that depend on the Type . The Query structure must be included in the following scenarios:

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

Specifies the type of resource query that determines this group's membership. There are two valid query types:

Functions

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