Interface CfnLambdaHook.TargetFiltersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLambdaHook.TargetFiltersProperty.Jsii$Proxy
Enclosing class:
CfnLambdaHook

@Stability(Stable) public static interface CfnLambdaHook.TargetFiltersProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.*;
 TargetFiltersProperty targetFiltersProperty = TargetFiltersProperty.builder()
         .actions(List.of("actions"))
         .invocationPoints(List.of("invocationPoints"))
         .targetNames(List.of("targetNames"))
         .build();
 

See Also: