Class DynamoDbConfiguration
- java.lang.Object
-
- org.apache.flink.connector.dynamodb.table.DynamoDbConfiguration
-
@Internal public class DynamoDbConfiguration extends Object
DynamoDb specific configuration.
-
-
Constructor Summary
Constructors Constructor Description DynamoDbConfiguration(Map<String,String> rawTableOptions, org.apache.flink.configuration.ReadableConfig tableOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetAsyncSinkProperties()booleangetFailOnError()PropertiesgetSinkClientProperties()StringgetTableName()
-
-
-
Method Detail
-
getTableName
public String getTableName()
-
getFailOnError
public boolean getFailOnError()
-
getAsyncSinkProperties
public Properties getAsyncSinkProperties()
-
getSinkClientProperties
public Properties getSinkClientProperties()
-
-