AWS Fundamentals Logo
AWS Fundamentals
AWS::RoboMaker::SimulationApplicationVersion

RoboMaker SimulationApplicationVersion

AWS::RoboMaker::SimulationApplicationVersion resource creates an AWS RoboMaker SimulationApplicationVersion. This helps you control which code your simulation uses.

Properties

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

Filter:
PropertyTypeFlags
Application
string
RequiredCreate-only
CurrentRevisionId
string
Create-only

Return Values

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

AttributeTypeDescription
ApplicationVersionstring-
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::SimulationApplicationVersion

Resources:
  MyResource:
    Type: AWS::RoboMaker::SimulationApplicationVersion
    Properties:
      Application: "value"

Required IAM Permissions

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

create

robomaker:CreateSimulationApplicationVersions3:GetObjectecr:BatchGetImageecr:GetAuthorizationTokenecr:BatchCheckLayerAvailabilityecr-public:GetAuthorizationTokensts:GetServiceBearerToken

delete

robomaker:DeleteSimulationApplicationrobomaker:DescribeSimulationApplication

read

robomaker:DescribeSimulationApplication

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
Properties4
Required1
TaggingNot supported
Primary IDArn

Supported Operations

CreateDeleteRead

Immutable After Creation

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

ApplicationCurrentRevisionId

External Links