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