Edit

Share via


DynamoDBTransactionLogOptions Class

Definition

public class DynamoDBTransactionLogOptions
type DynamoDBTransactionLogOptions = class
Public Class DynamoDBTransactionLogOptions
Inheritance
DynamoDBTransactionLogOptions

Constructors

DynamoDBTransactionLogOptions()

Properties

AccessKey

AccessKey string for DynamoDB Storage

ReadCapacityUnits

Read capacity unit for DynamoDB storage

SecretKey

Secret key for DynamoDB storage

Service

DynamoDB Service name

TableName

DynamoDB table name. Defaults to 'TransactionLog'.

WriteCapacityUnits

Write capacity unit for DynamoDB storage

Applies to