TargetFilters0PropertiesArgs

data class TargetFilters0PropertiesArgs(val actions: Output<List<LambdaHookAction>>? = null, val invocationPoints: Output<List<LambdaHookInvocationPoint>>? = null, val targetNames: Output<List<String>>? = null) : ConvertibleToJava<TargetFilters0PropertiesArgs>

Attribute to specify which targets should invoke the hook

Constructors

Link copied to clipboard
constructor(actions: Output<List<LambdaHookAction>>? = null, invocationPoints: Output<List<LambdaHookInvocationPoint>>? = null, targetNames: Output<List<String>>? = null)

Properties

Link copied to clipboard
val actions: Output<List<LambdaHookAction>>? = null

List of actions that the hook is going to target

Link copied to clipboard

List of invocation points that the hook is going to target

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

List of type names that the hook is going to target

Functions

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