add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,16 @@
# aws cur
> 创建、查询和删除 AWS 使用报告定义。
> 更多信息:<https://awscli.amazonaws.com/v2/documentation/api/latest/reference/cur/index.html>。
- 从 JSON 文件创建 AWS 成本和使用报告定义:
`aws cur put-report-definition --report-definition file://{{path/to/report_definition.json}}`
- 列出为登录账户定义的使用报告定义:
`aws cur describe-report-definitions`
- 删除使用报告定义:
`aws cur --region {{aws_region}} delete-report-definition --report-name {{report}}`