--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_robomaker_simulation_application Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::RoboMaker::SimulationApplication --- # awscc_robomaker_simulation_application (Data Source) Data Source schema for AWS::RoboMaker::SimulationApplication ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) - `current_revision_id` (String) The current revision id. - `environment` (String) The URI of the Docker image for the robot application. - `name` (String) The name of the simulation application. - `rendering_engine` (Attributes) The rendering engine for the simulation application. (see [below for nested schema](#nestedatt--rendering_engine)) - `robot_software_suite` (Attributes) The robot software suite used by the simulation application. (see [below for nested schema](#nestedatt--robot_software_suite)) - `simulation_software_suite` (Attributes) The simulation software suite used by the simulation application. (see [below for nested schema](#nestedatt--simulation_software_suite)) - `sources` (Attributes List) The sources of the simulation application. (see [below for nested schema](#nestedatt--sources)) - `tags` (Map of String) A key-value pair to associate with a resource. ### Nested Schema for `rendering_engine` Read-Only: - `name` (String) The name of the rendering engine. - `version` (String) The version of the rendering engine. ### Nested Schema for `robot_software_suite` Read-Only: - `name` (String) The name of the robot software suite. - `version` (String) The version of the robot software suite. ### Nested Schema for `simulation_software_suite` Read-Only: - `name` (String) The name of the simulation software suite. - `version` (String) The version of the simulation software suite. ### Nested Schema for `sources` Read-Only: - `architecture` (String) The target processor architecture for the application. - `s3_bucket` (String) The Amazon S3 bucket name. - `s3_key` (String) The s3 object key.