

終止支援通知： 將於 2026 AWS 年 5 月 20 日結束對 的支援 AWS SimSpace Weaver。2026 年 5 月 20 日之後，您將無法再存取 SimSpace Weaver 主控台或 SimSpace Weaver 資源。如需詳細資訊，請參閱[AWS SimSpace Weaver 終止支援](https://docs.aws.amazon.com/simspaceweaver/latest/userguide/simspaceweaver-end-of-support.html)。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 結構描述格式
<a name="schema-reference_format"></a>

下列範例顯示結構描述的整體結構。只要父子關係相同，結構描述每個層級的屬性順序並不重要。順序對陣列中的元素很重要。

```
sdk_version: "{{sdk-version-number}}"
simulation_properties:
  {{simulation-properties}}
workers:
  {{worker-group-configurations}}
clock:
  tick_rate: {{tick-rate}}
partitioning_strategies:
  {{partitioning-strategy-configurations}}
domains:
  {{domain-configurations}}
placement_constraints:
  {{placement-constraints-configuration}}
```

**Topics**
+ [SDK 版本](schema-reference_format_sdk-version.md)
+ [模擬屬性](schema-reference_format_simulation-properties.md)
+ [工作程序](schema-reference_format_workers.md)
+ [時鐘](schema-reference_format_clock.md)
+ [分割策略](schema-reference_format_partitioning-strategies.md)
+ [網域](schema-reference_format_domains.md)
+ [置放限制](schema-reference_format_placement-constraints.md)