Class CfnLambdaHook.StackFiltersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudformation.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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudformation.CfnLambdaHook.StackFiltersProperty
CfnLambdaHook.StackFiltersProperty.Builder, CfnLambdaHook.StackFiltersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLambdaHook.StackFiltersProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The filtering criteria.final Object
Includes or excludes specific stacks from Hook invocations.final Object
Includes or excludes specific stacks from Hook invocations based on their associated IAM roles.final int
hashCode()
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.StackFiltersProperty
The 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:
getFilteringCriteria
in interfaceCfnLambdaHook.StackFiltersProperty
- See Also:
- All stack names and stack roles (
-
getStackNames
Description copied from interface:CfnLambdaHook.StackFiltersProperty
Includes or excludes specific stacks from Hook invocations.- Specified by:
getStackNames
in interfaceCfnLambdaHook.StackFiltersProperty
- See Also:
-
getStackRoles
Description copied from interface:CfnLambdaHook.StackFiltersProperty
Includes or excludes specific stacks from Hook invocations based on their associated IAM roles.- Specified by:
getStackRoles
in interfaceCfnLambdaHook.StackFiltersProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-