Computed Property Args
data class ComputedPropertyArgs(val name: Output<String>? = null, val query: Output<String>? = null) : ConvertibleToJava<ComputedPropertyArgs>
The definition of a computed property
The definition of a computed property