RulesSourceListArgs

data class RulesSourceListArgs(val generatedRulesType: Output<Either<String, RulesSourceListGeneratedRulesType>>? = null, val targetTypes: Output<List<String>>? = null, val targets: Output<List<String>>? = null) : ConvertibleToJava<RulesSourceListArgs>

Definition of RulesSourceList

Constructors

Link copied to clipboard
constructor(generatedRulesType: Output<Either<String, RulesSourceListGeneratedRulesType>>? = null, targetTypes: Output<List<String>>? = null, targets: Output<List<String>>? = null)

Properties

Link copied to clipboard

Property generatedRulesType

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

Property targets

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

Property targetTypes

Functions

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