

终止支持通知：2026 年 5 月 20 日， AWS 将终止对的支持。 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)