Outcome Args
data class OutcomeArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<OutcomeArgs>
An outcome for rule evaluation.
An outcome for rule evaluation.