Package software.amazon.awscdk
Class CfnLambdaHook.StackFiltersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.CfnLambdaHook.StackFiltersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLambdaHook.StackFiltersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLambdaHook.StackFiltersProperty
@Stability(Stable)
@Internal
public static final class CfnLambdaHook.StackFiltersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLambdaHook.StackFiltersProperty
An implementation for
CfnLambdaHook.StackFiltersProperty-
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.CfnLambdaHook.StackFiltersProperty
CfnLambdaHook.StackFiltersProperty.Builder, CfnLambdaHook.StackFiltersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLambdaHook.StackFiltersProperty.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 StringThe filtering criteria.final ObjectIncludes or excludes specific stacks from Hook invocations.final ObjectIncludes or excludes specific stacks from Hook invocations based on their associated IAM roles.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 theCfnLambdaHook.StackFiltersProperty.Builder.
-
-
Method Details
-
getFilteringCriteria
Description copied from interface:CfnLambdaHook.StackFiltersPropertyThe filtering criteria.- All stack names and stack roles (
All): The Hook will only be invoked when all specified filters match. - Any stack names and stack roles (
Any): The Hook will be invoked if at least one of the specified filters match.
Default: - "ALL"
- Specified by:
getFilteringCriteriain interfaceCfnLambdaHook.StackFiltersProperty- See Also:
- All stack names and stack roles (
-
getStackNames
Description copied from interface:CfnLambdaHook.StackFiltersPropertyIncludes or excludes specific stacks from Hook invocations.Returns union: either
IResolvableorCfnLambdaHook.StackNamesProperty- Specified by:
getStackNamesin interfaceCfnLambdaHook.StackFiltersProperty- See Also:
-
getStackRoles
Description copied from interface:CfnLambdaHook.StackFiltersPropertyIncludes or excludes specific stacks from Hook invocations based on their associated IAM roles.Returns union: either
IResolvableorCfnLambdaHook.StackRolesProperty- Specified by:
getStackRolesin interfaceCfnLambdaHook.StackFiltersProperty- 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()
-