FeatureSubsetArgs

data class FeatureSubsetArgs(val features: Output<List<String>>, val filterType: Output<String>) : ConvertibleToJava<FeatureSubsetArgs>

Constructors

Link copied to clipboard
constructor(features: Output<List<String>>, filterType: Output<String>)

Properties

Link copied to clipboard
val features: Output<List<String>>

Required The list of features to include.

Link copied to clipboard
val filterType: Output<String>

Expected value is 'FeatureSubset'.

Functions

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