Feature Group Throughput Config Args
data class FeatureGroupThroughputConfigArgs(val provisionedReadCapacityUnits: Output<Int>? = null, val provisionedWriteCapacityUnits: Output<Int>? = null, val throughputMode: Output<FeatureGroupThroughputMode>) : ConvertibleToJava<FeatureGroupThroughputConfigArgs>
Constructors
Link copied to clipboard
constructor(provisionedReadCapacityUnits: Output<Int>? = null, provisionedWriteCapacityUnits: Output<Int>? = null, throughputMode: Output<FeatureGroupThroughputMode>)
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
.