AWS::RoboMaker::RobotApplicationVersionAWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot uses.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Application | string | RequiredCreate-only |
CurrentRevisionId | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ApplicationVersion | string | - |
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RoboMaker::RobotApplicationVersion
Resources:
MyResource:
Type: AWS::RoboMaker::RobotApplicationVersion
Properties:
Application: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
robomaker:CreateRobotApplicationVersions3:GetObjectecr:BatchGetImageecr:GetAuthorizationTokenecr:BatchCheckLayerAvailabilityecr-public:GetAuthorizationTokensts:GetServiceBearerTokenrobomaker:DeleteRobotApplicationrobomaker:DescribeRobotApplicationrobomaker:DescribeRobotApplicationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ApplicationCurrentRevisionId