本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWS 服务 的服务区域索引文件
注意
要提供 AWS 价目表 相关的反馈,请完成这份简短调查
要了解 AWS 服务 的服务版本索引文件,请参阅以下参考资料:
示例:AWS 服务 的服务区域索引文件
AWS 服务 的服务区域索引文件如下所示。
{ "formatVersion":"The version number for the service region index format", "disclaimer":"The disclaimers for this service region index", "publicationDate":"The publication date of this service region index", "regions":{ "firstRegion":{ "regionCode":"A unique identifier that identifies this region", "currentVersionUrl":"The relative URL for the service regional price list file of this version" }, "secondRegion":{ "regionCode": ..., "currentVersionUrl": ... }, ... } }
服务区域索引定义
以下列表定义服务区域索引文件中使用的术语。
- formatVersion
-
跟踪服务区域索引文件所使用格式版本的属性。结构发生变化时,文件的
formatVersion
将更新。例如,版本将从v1
更改为v2
。 - disclaimer
-
适用于服务区域索引文件的任何免责声明。
- publicationDate
-
发布服务区域索引文件的日期和时间,采用 UTC 格式。例如,
2023-03-28T23:47:21Z
。 - 区域
-
AWS 服务 的可用 AWS 区域 列表。
- regions:regionCode
-
提供此 AWS 服务 的区域的唯一代码。此代码在区域列表中用作查找密钥。例如,
us-east-2
指美国东部(俄亥俄州)区域。 - regions:regionCode:currentVersionUrl
-
此版本的服务区域索引文件的相对 URL。例如,
/offers/v1.0/aws/AmazonRDS/20230328234721/us-east-2/index.json
。