FeatureGroupThroughputConfig

data class FeatureGroupThroughputConfig(val provisionedReadCapacityUnits: Int? = null, val provisionedWriteCapacityUnits: Int? = null, val throughputMode: FeatureGroupThroughputMode)

Constructors

Link copied to clipboard
constructor(provisionedReadCapacityUnits: Int? = null, provisionedWriteCapacityUnits: Int? = null, throughputMode: FeatureGroupThroughputMode)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.

Link copied to clipboard

For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.

Link copied to clipboard

The mode used for your feature group throughput: ON_DEMAND or PROVISIONED .