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 Number`CfnFunction.DynamoDBEventProperty.BatchSize`.final Object`CfnFunction.DynamoDBEventProperty.BisectBatchOnFunctionError`.final Object`CfnFunction.DynamoDBEventProperty.DestinationConfig`.final Object`CfnFunction.DynamoDBEventProperty.Enabled`.final Number`CfnFunction.DynamoDBEventProperty.MaximumBatchingWindowInSeconds`.final Number`CfnFunction.DynamoDBEventProperty.MaximumRecordAgeInSeconds`.final Number`CfnFunction.DynamoDBEventProperty.MaximumRetryAttempts`.final Number`CfnFunction.DynamoDBEventProperty.ParallelizationFactor`.final String`CfnFunction.DynamoDBEventProperty.StartingPosition`.final String`CfnFunction.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.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.StartingPosition`.- Specified by:
getStartingPositionin interfaceCfnFunction.DynamoDBEventProperty
-
getStream
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.Stream`.- Specified by:
getStreamin interfaceCfnFunction.DynamoDBEventProperty
-
getBatchSize
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.BatchSize`.- Specified by:
getBatchSizein interfaceCfnFunction.DynamoDBEventProperty
-
getBisectBatchOnFunctionError
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.BisectBatchOnFunctionError`.- Specified by:
getBisectBatchOnFunctionErrorin interfaceCfnFunction.DynamoDBEventProperty
-
getDestinationConfig
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.DestinationConfig`.- Specified by:
getDestinationConfigin interfaceCfnFunction.DynamoDBEventProperty
-
getEnabled
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.Enabled`.- Specified by:
getEnabledin interfaceCfnFunction.DynamoDBEventProperty
-
getMaximumBatchingWindowInSeconds
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.MaximumBatchingWindowInSeconds`.- Specified by:
getMaximumBatchingWindowInSecondsin interfaceCfnFunction.DynamoDBEventProperty
-
getMaximumRecordAgeInSeconds
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.MaximumRecordAgeInSeconds`.- Specified by:
getMaximumRecordAgeInSecondsin interfaceCfnFunction.DynamoDBEventProperty
-
getMaximumRetryAttempts
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.DynamoDBEventProperty.MaximumRetryAttempts`.- Specified by:
getMaximumRetryAttemptsin interfaceCfnFunction.DynamoDBEventProperty
-
getParallelizationFactor
Description copied from interface:CfnFunction.DynamoDBEventProperty`CfnFunction.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()
-