StackFiltersPropertiesStackRolesProperties

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

List of stack roles that are performing the stack operations.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

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

List of stack roles that the hook is going to target