Domain
A collection of app instances that run the same executable app code and have the same launch options and commands.
For more information about domains, see Key concepts: Domains in the AWS SimSpace Weaver User Guide.
Contents
- Lifecycle
-
The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and stop the apps).
Lifecycle types
-
PerWorker
– Managed: SimSpace Weaver starts one app on each worker. -
BySpatialSubdivision
– Managed: SimSpace Weaver starts one app for each spatial partition. -
ByRequest
– Unmanaged: You use theStartApp
API to start the apps and use theStopApp
API to stop the apps.
Type: String
Valid Values:
Unknown | PerWorker | BySpatialSubdivision | ByRequest
Required: No
-
- Name
-
The name of the domain.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_.-]+$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: