本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
的服務區域索引檔案 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 服務。
- 區域:regionCode
-
AWS 服務 提供此服務之區域的唯一代碼。此代碼的作用是區域清單中的查詢索引鍵。舉例來說,
us-east-2
代表美國東部 (俄亥俄) 區域。 - 區域regionCode:currentVersionUrl
-
此版本的URL服務區域索引檔案的相對 。例如:
/offers/v1.0/aws/AmazonRDS/20230328234721/us-east-2/index.json
。