AWS Fundamentals Logo
AWS Fundamentals
AWS::RoboMaker::RobotApplicationVersion

RoboMaker RobotApplicationVersion

AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot 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::RobotApplicationVersion

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

Required IAM Permissions

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

create

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

delete

robomaker:DeleteRobotApplicationrobomaker:DescribeRobotApplication

read

robomaker:DescribeRobotApplication

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