Package software.amazon.awscdk
Interface CfnGuardHook.TargetFiltersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGuardHook.TargetFiltersProperty.Jsii$Proxy
- Enclosing class:
CfnGuardHook
@Stability(Stable)
public static interface CfnGuardHook.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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGuardHook.TargetFiltersPropertystatic final classAn implementation forCfnGuardHook.TargetFiltersProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()List of actions that the hook is going to target.List of invocation points that the hook is going to target.List of type names that the hook is going to target.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActions
List of actions that the hook is going to target.- See Also:
-
getInvocationPoints
List of invocation points that the hook is going to target.- See Also:
-
getTargetNames
List of type names that the hook is going to target.- See Also:
-
builder
-