ConditionArgs

data class ConditionArgs(val iam: Output<ConditionIam>? = null, val op: Output<ConditionOp>? = null, val svc: Output<String>? = null, val sys: Output<ConditionSys>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<ConditionArgs>

This is deprecated and has no effect. Do not use.

Constructors

Link copied to clipboard
fun ConditionArgs(iam: Output<ConditionIam>? = null, op: Output<ConditionOp>? = null, svc: Output<String>? = null, sys: Output<ConditionSys>? = null, values: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val iam: Output<ConditionIam>? = null

This is deprecated and has no effect. Do not use.

Link copied to clipboard
val op: Output<ConditionOp>? = null

This is deprecated and has no effect. Do not use.

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

This is deprecated and has no effect. Do not use.

Link copied to clipboard
val sys: Output<ConditionSys>? = null

This is deprecated and has no effect. Do not use.

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

This is deprecated and has no effect. Do not use.