End of support notice: On September 10, 2025, AWS
will discontinue support for AWS RoboMaker. After September 10, 2025, you will
no longer be able to access the AWS RoboMaker console or AWS RoboMaker resources.
For more information on transitioning to AWS Batch to help run containerized
simulations, visit this blog
post
WorldCount
The number of worlds that will be created. You can configure the number of unique
floorplans and the number of unique interiors for each floor plan. For example, if you want
1 world with 20 unique interiors, you set floorplanCount = 1
and
interiorCountPerFloorplan = 20
. This will result in 20 worlds
(floorplanCount
* interiorCountPerFloorplan)
.
If you set floorplanCount = 4
and interiorCountPerFloorplan =
5
, there will be 20 worlds with 5 unique floor plans.
Contents
- floorplanCount
-
The number of unique floorplans.
Type: Integer
Required: No
- interiorCountPerFloorplan
-
The number of unique interiors per floorplan.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: