Package software.amazon.awscdk
Class CfnGuardHook.TargetFiltersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.CfnGuardHook.TargetFiltersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGuardHook.TargetFiltersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGuardHook.TargetFiltersProperty
@Stability(Stable)
@Internal
public static final class CfnGuardHook.TargetFiltersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGuardHook.TargetFiltersProperty
An implementation for
CfnGuardHook.TargetFiltersProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.CfnGuardHook.TargetFiltersProperty
CfnGuardHook.TargetFiltersProperty.Builder, CfnGuardHook.TargetFiltersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGuardHook.TargetFiltersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanList 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.final ObjectList of hook targets.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGuardHook.TargetFiltersProperty.Builder.
-
-
Method Details
-
getTargets
Description copied from interface:CfnGuardHook.TargetFiltersPropertyList of hook targets.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGuardHook.HookTargetProperty>- Specified by:
getTargetsin interfaceCfnGuardHook.TargetFiltersProperty- See Also:
-
getActions
Description copied from interface:CfnGuardHook.TargetFiltersPropertyList of actions that the hook is going to target.- Specified by:
getActionsin interfaceCfnGuardHook.TargetFiltersProperty- See Also:
-
getInvocationPoints
Description copied from interface:CfnGuardHook.TargetFiltersPropertyList of invocation points that the hook is going to target.- Specified by:
getInvocationPointsin interfaceCfnGuardHook.TargetFiltersProperty- See Also:
-
getTargetNames
Description copied from interface:CfnGuardHook.TargetFiltersPropertyList of type names that the hook is going to target.- Specified by:
getTargetNamesin interfaceCfnGuardHook.TargetFiltersProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-