Class CfnLambdaHookProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnLambdaHookProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnLambdaHookProps
CfnLambdaHookProps- 
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.services.cloudformation.CfnLambdaHookProps
CfnLambdaHookProps.Builder, CfnLambdaHookProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnLambdaHookProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLambdaHookProps.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 booleanfinal StringgetAlias()The type name alias for the Hook.final StringThe IAM role that the Hook assumes to invoke your Lambda function.final StringSpecifies how the Hook responds when the Lambda function invoked by the Hook returns aFAILEDresponse.final StringSpecifies if the Hook isENABLEDorDISABLED.final StringSpecifies the Lambda function for the Hook.final ObjectSpecifies the stack level filters for the Hook.final ObjectSpecifies the target filters for the Hook.Specifies the list of operations the Hook is run against.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 theCfnLambdaHookProps.Builder. 
 - 
 - 
Method Details
- 
getAlias
Description copied from interface:CfnLambdaHookPropsThe type name alias for the Hook. This alias must be unique per account and Region.The alias must be in the form
Name1::Name2::Name3and must not begin withAWS. For example,Private::Lambda::MyTestHook.- Specified by:
 getAliasin interfaceCfnLambdaHookProps- See Also:
 
 - 
getExecutionRole
Description copied from interface:CfnLambdaHookPropsThe IAM role that the Hook assumes to invoke your Lambda function.- Specified by:
 getExecutionRolein interfaceCfnLambdaHookProps- See Also:
 
 - 
getFailureMode
Description copied from interface:CfnLambdaHookPropsSpecifies how the Hook responds when the Lambda function invoked by the Hook returns aFAILEDresponse.FAIL: Prevents the action from proceeding. This is helpful for enforcing strict compliance or security policies.WARN: Issues warnings to users but allows actions to continue. This is useful for non-critical validations or informational checks.
- Specified by:
 getFailureModein interfaceCfnLambdaHookProps- See Also:
 
 - 
getHookStatus
Description copied from interface:CfnLambdaHookPropsSpecifies if the Hook isENABLEDorDISABLED.Default: - "ENABLED"
- Specified by:
 getHookStatusin interfaceCfnLambdaHookProps- See Also:
 
 - 
getLambdaFunction
Description copied from interface:CfnLambdaHookPropsSpecifies the Lambda function for the Hook. You can use:.- The full Amazon Resource Name (ARN) without a suffix.
 - A qualified ARN with a version or alias suffix.
 
- Specified by:
 getLambdaFunctionin interfaceCfnLambdaHookProps- See Also:
 
 - 
getTargetOperations
Description copied from interface:CfnLambdaHookPropsSpecifies the list of operations the Hook is run against.For more information, see Hook targets in the AWS CloudFormation Hooks User Guide .
Valid values:
STACK|RESOURCE|CHANGE_SET|CLOUD_CONTROL- Specified by:
 getTargetOperationsin interfaceCfnLambdaHookProps- See Also:
 
 - 
getStackFilters
Description copied from interface:CfnLambdaHookPropsSpecifies the stack level filters for the Hook.Example stack level filter in JSON:
"StackFilters": {"FilteringCriteria": "ALL", "StackNames": {"Exclude": [ "stack-1", "stack-2"]}}Example stack level filter in YAML:
StackFilters: FilteringCriteria: ALL StackNames: Exclude: - stack-1 - stack-2Returns union: either
IResolvableorCfnLambdaHook.StackFiltersProperty- Specified by:
 getStackFiltersin interfaceCfnLambdaHookProps- See Also:
 
 - 
getTargetFilters
Description copied from interface:CfnLambdaHookPropsSpecifies the target filters for the Hook.Example target filter in JSON:
"TargetFilters": {"Actions": [ "CREATE", "UPDATE", "DELETE" ]}Example target filter in YAML:
TargetFilters: Actions: - CREATE - UPDATE - DELETEReturns union: either
IResolvableorCfnLambdaHook.TargetFiltersProperty- Specified by:
 getTargetFiltersin interfaceCfnLambdaHookProps- 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() 
 -