Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Simulation properties - AWS SimSpace Weaver

Simulation properties

The simulation_properties section of your schema specifies the logging configuration and a data type for the index field (usually the spatial location) of entities.

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

The value of log_destination_service determines the interpretation of the value of log_destination_resource_name. Currently, the only supported value is logs. This means that the value of log_destination_resource_name is the name of a log group in Amazon CloudWatch Logs

Note

Logging is optional. If you don't configure log destination properties then your simulation won't produce logs.

The default_entity_index_key_type property is required. The only valid value is Vector3<f32>.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.