Target Filters0Properties Args
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)