Class CfnLambdaHookMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLambdaHookMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLambdaHookMixinProps
CfnLambdaHookMixinProps-
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.cfnpropertymixins.services.cloudformation.CfnLambdaHookMixinProps
CfnLambdaHookMixinProps.Builder, CfnLambdaHookMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLambdaHookMixinProps.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 theCfnLambdaHookMixinProps.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnLambdaHookMixinPropsThe 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 interfaceCfnLambdaHookMixinProps- See Also:
-
getExecutionRole
Description copied from interface:CfnLambdaHookMixinPropsThe IAM role that the Hook assumes to invoke your Lambda function.- Specified by:
getExecutionRolein interfaceCfnLambdaHookMixinProps- See Also:
-
getFailureMode
Description copied from interface:CfnLambdaHookMixinPropsSpecifies 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 interfaceCfnLambdaHookMixinProps- See Also:
-
getHookStatus
Description copied from interface:CfnLambdaHookMixinPropsSpecifies if the Hook isENABLEDorDISABLED.Default: - "ENABLED"
- Specified by:
getHookStatusin interfaceCfnLambdaHookMixinProps- See Also:
-
getLambdaFunction
Description copied from interface:CfnLambdaHookMixinPropsSpecifies 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 interfaceCfnLambdaHookMixinProps- See Also:
-
getStackFilters
Description copied from interface:CfnLambdaHookMixinPropsSpecifies 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
IResolvableorCfnLambdaHookPropsMixin.StackFiltersProperty- Specified by:
getStackFiltersin interfaceCfnLambdaHookMixinProps- See Also:
-
getTargetFilters
Description copied from interface:CfnLambdaHookMixinPropsSpecifies 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
IResolvableorCfnLambdaHookPropsMixin.TargetFiltersProperty- Specified by:
getTargetFiltersin interfaceCfnLambdaHookMixinProps- See Also:
-
getTargetOperations
Description copied from interface:CfnLambdaHookMixinPropsSpecifies the list of operations the Hook is run against.For more information, see Hook targets in the CloudFormation Hooks User Guide .
Valid values:
STACK|RESOURCE|CHANGE_SET|CLOUD_CONTROL- Specified by:
getTargetOperationsin interfaceCfnLambdaHookMixinProps- 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()
-