AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::RoboMaker::RobotApplication

CfnRobotApplication

The `AWS::RoboMaker::RobotApplication` resource creates an AWS RoboMaker robot application.

Import

import { CfnRobotApplication } from 'aws-cdk-lib/aws-robomaker';

Or use the module namespace:

import * as robomaker from 'aws-cdk-lib/aws-robomaker';
// robomaker.CfnRobotApplication

Properties

Configuration passed to the constructor as CfnRobotApplicationProps.

robotSoftwareSuiteRequired
IResolvable | RobotSoftwareSuiteProperty

The robot software suite used by the robot application.

currentRevisionIdOptional
string

The current revision id.

environmentOptional
string

The environment of the robot application.

nameOptional
string

The name of the robot application.

sourcesOptional
IResolvable | IResolvable | SourceConfigProperty[]

The sources of the robot application.

tagsOptional
{ [key: string]: string }

A map that contains tag keys and tag values that are attached to the robot application.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-robomaker
CFN TypeAWS::RoboMaker::RobotApplication
Properties6

External Links