Skip to content

Commit

Permalink
docs(applicationautoscaling): fix wrong description for EnableScaling…
Browse files Browse the repository at this point in the history
…Props (#16863)

`EnableScalingProps` has no relation to DynamoDB.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
tmokmss authored Oct 22, 2021
1 parent f4dc54a commit 672acba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export abstract class BaseScalableAttribute extends CoreConstruct {
}

/**
* Properties for enabling DynamoDB capacity scaling
* Properties for enabling Application Auto Scaling
*/
export interface EnableScalingProps {
/**
Expand Down

0 comments on commit 672acba

Please sign in to comment.