AWS Fundamentals Logo
AWS Fundamentals
AWS::RoboMaker::SimulationApplication

RoboMaker SimulationApplication

This schema is for testing purpose only.

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
RobotSoftwareSuite
RobotSoftwareSuite
Required
SimulationSoftwareSuite
SimulationSoftwareSuite
Required
CurrentRevisionId
string
Environment
string
Name
string
Create-only
RenderingEngine
RenderingEngine
Write-only
Sources
Array<SourceConfig>
Write-only
Tags
Tags

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RoboMaker::SimulationApplication

Resources:
  MyResource:
    Type: AWS::RoboMaker::SimulationApplication
    Properties:
      RobotSoftwareSuite: "value"
      SimulationSoftwareSuite: "value"
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

robomaker:CreateSimulationApplicationrobomaker:TagResourcerobomaker:UntagResourceecr:BatchGetImageecr:GetAuthorizationTokenecr:BatchCheckLayerAvailabilityecr-public:GetAuthorizationTokensts:GetServiceBearerToken

read

robomaker:DescribeSimulationApplication

update

robomaker:TagResourcerobomaker:UntagResourcerobomaker:UpdateSimulationApplicationecr:BatchGetImageecr:GetAuthorizationTokenecr:BatchCheckLayerAvailabilityecr-public:GetAuthorizationToken

delete

robomaker:DescribeSimulationApplicationrobomaker:DeleteSimulationApplication

list

robomaker:ListSimulationApplications

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoboMaker
Properties9
Required2
TaggingNot supported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links