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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.arcregionswitch.CfnPlan.CustomActionLambdaConfigurationProperty
CfnPlan.CustomActionLambdaConfigurationProperty.Builder, CfnPlan.CustomActionLambdaConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlan.CustomActionLambdaConfigurationProperty.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 Object
The AWS Lambda functions for the execution block.final String
The AWS Region for the function to run in.final Number
The retry interval specified.final Number
The timeout value specified for the configuration.final Object
The settings for ungraceful execution.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 theCfnPlan.CustomActionLambdaConfigurationProperty.Builder
.
-
-
Method Details
-
getLambdas
Description copied from interface:CfnPlan.CustomActionLambdaConfigurationProperty
The AWS Lambda functions for the execution block.- Specified by:
getLambdas
in interfaceCfnPlan.CustomActionLambdaConfigurationProperty
- See Also:
-
getRegionToRun
Description copied from interface:CfnPlan.CustomActionLambdaConfigurationProperty
The AWS Region for the function to run in.- Specified by:
getRegionToRun
in interfaceCfnPlan.CustomActionLambdaConfigurationProperty
- See Also:
-
getRetryIntervalMinutes
Description copied from interface:CfnPlan.CustomActionLambdaConfigurationProperty
The retry interval specified.- Specified by:
getRetryIntervalMinutes
in interfaceCfnPlan.CustomActionLambdaConfigurationProperty
- See Also:
-
getTimeoutMinutes
Description copied from interface:CfnPlan.CustomActionLambdaConfigurationProperty
The timeout value specified for the configuration.Default: - 60
- Specified by:
getTimeoutMinutes
in interfaceCfnPlan.CustomActionLambdaConfigurationProperty
- See Also:
-
getUngraceful
Description copied from interface:CfnPlan.CustomActionLambdaConfigurationProperty
The settings for ungraceful execution.- Specified by:
getUngraceful
in interfaceCfnPlan.CustomActionLambdaConfigurationProperty
- 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()
-