

終止支援通知： 將於 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="working-with_configuring-simulation_simulation-properties"></a>

結構描述的 `simulation_properties`區段會指定實體索引欄位 （通常是空間位置） 的記錄組態和資料類型。

```
simulation_properties:
  log_destination_service: "logs"
  log_destination_resource_name: "MySimulationLogs"
  default_entity_index_key_type: "Vector3<f32>"
```

的值`log_destination_service`決定 值的解譯`log_destination_resource_name`。目前，僅支援的值為 `logs`。這表示 的值`log_destination_resource_name`是 Amazon CloudWatch Logs 中日誌群組的名稱

**注意**  
記錄是選用的。如果您不設定日誌目的地屬性，則模擬不會產生日誌。

需要 `default_entity_index_key_type` 屬性。唯一有效的值為 `Vector3<f32>`。