@Experimental(SOURCE_SINK)
Package org.apache.beam.sdk.io.aws2.dynamodb
Defines IO connectors for Amazon Web Services DynamoDB.
-
Interface Summary Interface Description DynamoDbClientProvider Deprecated. Configure a customClientBuilderFactoryusingAwsOptions.getClientBuilderFactory()instead. -
Class Summary Class Description AttributeValueCoder ACoderthat serializes and deserializes theAttributeValueobjects.BasicDynamoDbClientProvider Deprecated. Configure a customClientBuilderFactoryusingAwsOptions.getClientBuilderFactory()instead.DynamoDBIO IO to read from and write to DynamoDB tables.DynamoDBIO.Read<T> Read data from DynamoDB usingDynamoDBIO.Read.getScanRequestFn()and emit an element of typeDynamoDBIO.Readfor eachScanResponseusing the mapping functionDynamoDBIO.Read.getScanResponseMapperFn().DynamoDBIO.RetryConfiguration Deprecated. UseRetryConfigurationinstead to delegate retries to the AWS SDK.DynamoDBIO.RetryConfiguration.Builder DynamoDBIO.Write<T> Write a PCollectiondata into DynamoDB.