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
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.StackFiltersPropertyAttribute to specify the filtering behavior.ANY will make the Hook pass if one filter matches. ALL will make the Hook pass if all filters match
Default: - "ALL"
- Specified by:
getFilteringCriteriain interfaceCfnLambdaHook.StackFiltersProperty- See Also:
-
getStackNames
Description copied from interface:CfnLambdaHook.StackFiltersPropertyList of stack names as filters.- Specified by:
getStackNamesin interfaceCfnLambdaHook.StackFiltersProperty- See Also:
-
getStackRoles
Description copied from interface:CfnLambdaHook.StackFiltersPropertyList of stack roles that are performing the stack operations.- 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()
-