Skip to content

Commit

Permalink
docs: dynamodb index name (kedacore#1154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haegi authored Jun 13, 2023
1 parent 514aaff commit b75bee7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/2.11/scalers/aws-dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ triggers:
awsEndpoint: ""
# Required: tableName
tableName: myTableName
# Optional: indexName
indexName: ""
# Required: targetValue
targetValue: "1"
# Required: expressionAttributeNames
Expand All @@ -37,6 +39,7 @@ triggers:
- `awsRegion` - AWS Region for the DynamoDB Table.
- `awsEndpoint` - Endpoint URL to override the default AWS endpoint. (Default: `""`, Optional)
- `tableName` - The target table where the scaler execute the query.
- `indexName` - The index used by the DynamoDB Query. (Optional)
- `targetValue` - The target value for the number of items retrieved by the query.
- `activationTargetValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds).(Default: `0`, Optional)
- `expressionAttributeNames` - one or more substitution tokens for attribute names in an expression. Defined as JSON.
Expand Down

0 comments on commit b75bee7

Please sign in to comment.