Skip to content

DynamoDBStreamQueueCheckpointerOptions Properties

Configures DynamoDB-backed stream queue checkpointing.

AccessKey

getset
View source
public string? AccessKey
Gets or sets the AWS access key. When omitted, the default AWS credential chain is used.

CreateIfNotExists

getset
View source
public bool CreateIfNotExists
Gets or sets a value indicating whether to create the checkpoint table when it does not exist.

Service

getset
View source
public string Service
Gets or sets the AWS region name or DynamoDB service endpoint.

UseProvisionedThroughput

getset
View source
public bool UseProvisionedThroughput
Gets or sets a value indicating whether the table uses provisioned throughput instead of on-demand billing.