Class CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.arcregionswitch.mixins.CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty
An implementation for
CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty-
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.mixins.preview.services.arcregionswitch.mixins.CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty
CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty.Builder, CfnPlanPropsMixin.CustomActionLambdaConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlanPropsMixin.CustomActionLambdaConfigurationProperty.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 ObjectThe AWS Lambda functions for the execution block.final StringThe AWS Region for the function to run in.final NumberThe retry interval specified.final NumberThe timeout value specified for the configuration.final ObjectThe settings for ungraceful execution.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 theCfnPlanPropsMixin.CustomActionLambdaConfigurationProperty.Builder.
-
-
Method Details
-
getLambdas
Description copied from interface:CfnPlanPropsMixin.CustomActionLambdaConfigurationPropertyThe AWS Lambda functions for the execution block.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnPlanPropsMixin.LambdasProperty>- Specified by:
getLambdasin interfaceCfnPlanPropsMixin.CustomActionLambdaConfigurationProperty- See Also:
-
getRegionToRun
Description copied from interface:CfnPlanPropsMixin.CustomActionLambdaConfigurationPropertyThe AWS Region for the function to run in.- Specified by:
getRegionToRunin interfaceCfnPlanPropsMixin.CustomActionLambdaConfigurationProperty- See Also:
-
getRetryIntervalMinutes
Description copied from interface:CfnPlanPropsMixin.CustomActionLambdaConfigurationPropertyThe retry interval specified.- Specified by:
getRetryIntervalMinutesin interfaceCfnPlanPropsMixin.CustomActionLambdaConfigurationProperty- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlanPropsMixin.CustomActionLambdaConfigurationPropertyThe timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutesin interfaceCfnPlanPropsMixin.CustomActionLambdaConfigurationProperty- See Also:
-
getUngraceful
Description copied from interface:CfnPlanPropsMixin.CustomActionLambdaConfigurationPropertyThe settings for ungraceful execution.Returns union: either
IResolvableorCfnPlanPropsMixin.LambdaUngracefulProperty- Specified by:
getUngracefulin interfaceCfnPlanPropsMixin.CustomActionLambdaConfigurationProperty- 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()
-