AWS Fundamentals Logo
AWS Fundamentals
AWS::RoboMaker::RobotApplication

RoboMaker RobotApplication

This schema is for testing purpose only.

Properties

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

Filter:
PropertyTypeFlags
RobotSoftwareSuite
RobotSoftwareSuite
Required
CurrentRevisionId
string
Environment
string
Name
string
Create-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::RobotApplication

Resources:
  MyResource:
    Type: AWS::RoboMaker::RobotApplication
    Properties:
      RobotSoftwareSuite: "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:CreateRobotApplicationrobomaker:TagResourcerobomaker:UntagResourceecr:BatchGetImageecr:GetAuthorizationTokenecr:BatchCheckLayerAvailabilityecr-public:GetAuthorizationTokensts:GetServiceBearerToken

read

robomaker:DescribeRobotApplication

update

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

delete

robomaker:DescribeRobotApplicationrobomaker:DeleteRobotApplication

list

robomaker:ListRobotApplications

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
Properties7
Required1
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