StackFiltersPropertiesStackNamesPropertiesArgs

data class StackFiltersPropertiesStackNamesPropertiesArgs(val exclude: Output<List<String>>? = null, val include: Output<List<String>>? = null) : ConvertibleToJava<StackFiltersPropertiesStackNamesPropertiesArgs>

List of stack names as filters

Constructors

constructor(exclude: Output<List<String>>? = null, include: Output<List<String>>? = null)

Properties

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

List of stack names that the hook is going to be excluded from

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

List of stack names that the hook is going to target

Functions

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