Class CfnFunction.DynamoDBEventProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnFunction.DynamoDBEventProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunction.DynamoDBEventProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFunction.DynamoDBEventProperty
@Stability(Stable)
@Internal
public static final class CfnFunction.DynamoDBEventProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunction.DynamoDBEventProperty
An implementation for
CfnFunction.DynamoDBEventProperty-
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.sam.CfnFunction.DynamoDBEventProperty
CfnFunction.DynamoDBEventProperty.Builder, CfnFunction.DynamoDBEventProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunction.DynamoDBEventProperty.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 NumberCfnFunction.DynamoDBEventProperty.BatchSize.final ObjectCfnFunction.DynamoDBEventProperty.BisectBatchOnFunctionError.final ObjectCfnFunction.DynamoDBEventProperty.DestinationConfig.final ObjectCfnFunction.DynamoDBEventProperty.Enabled.final NumberCfnFunction.DynamoDBEventProperty.MaximumBatchingWindowInSeconds.final NumberCfnFunction.DynamoDBEventProperty.MaximumRecordAgeInSeconds.final NumberCfnFunction.DynamoDBEventProperty.MaximumRetryAttempts.final NumberCfnFunction.DynamoDBEventProperty.ParallelizationFactor.final StringCfnFunction.DynamoDBEventProperty.StartingPosition.final StringCfnFunction.DynamoDBEventProperty.Stream.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 theCfnFunction.DynamoDBEventProperty.Builder.
-
-
Method Details
-
getStartingPosition
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.StartingPosition.- Specified by:
getStartingPositionin interfaceCfnFunction.DynamoDBEventProperty
-
getStream
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.Stream.- Specified by:
getStreamin interfaceCfnFunction.DynamoDBEventProperty
-
getBatchSize
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.BatchSize.- Specified by:
getBatchSizein interfaceCfnFunction.DynamoDBEventProperty
-
getBisectBatchOnFunctionError
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.BisectBatchOnFunctionError.- Specified by:
getBisectBatchOnFunctionErrorin interfaceCfnFunction.DynamoDBEventProperty
-
getDestinationConfig
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.DestinationConfig.- Specified by:
getDestinationConfigin interfaceCfnFunction.DynamoDBEventProperty
-
getEnabled
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.Enabled.- Specified by:
getEnabledin interfaceCfnFunction.DynamoDBEventProperty
-
getMaximumBatchingWindowInSeconds
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.MaximumBatchingWindowInSeconds.- Specified by:
getMaximumBatchingWindowInSecondsin interfaceCfnFunction.DynamoDBEventProperty
-
getMaximumRecordAgeInSeconds
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.MaximumRecordAgeInSeconds.- Specified by:
getMaximumRecordAgeInSecondsin interfaceCfnFunction.DynamoDBEventProperty
-
getMaximumRetryAttempts
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.MaximumRetryAttempts.- Specified by:
getMaximumRetryAttemptsin interfaceCfnFunction.DynamoDBEventProperty
-
getParallelizationFactor
Description copied from interface:CfnFunction.DynamoDBEventPropertyCfnFunction.DynamoDBEventProperty.ParallelizationFactor.- Specified by:
getParallelizationFactorin interfaceCfnFunction.DynamoDBEventProperty
-
$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()
-