aws-cdk-lib.aws_robomaker.CfnRobotApplication.RobotSoftwareSuiteProperty

interface RobotSoftwareSuiteProperty

LanguageType name
.NETAmazon.CDK.AWS.RoboMaker.CfnRobotApplication.RobotSoftwareSuiteProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#CfnRobotApplication_RobotSoftwareSuiteProperty
Javasoftware.amazon.awscdk.services.robomaker.CfnRobotApplication.RobotSoftwareSuiteProperty
Pythonaws_cdk.aws_robomaker.CfnRobotApplication.RobotSoftwareSuiteProperty
TypeScript aws-cdk-lib » aws_robomaker » CfnRobotApplication » RobotSoftwareSuiteProperty

Information about a robot software suite.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_robomaker as robomaker } from 'aws-cdk-lib';
const robotSoftwareSuiteProperty: robomaker.CfnRobotApplication.RobotSoftwareSuiteProperty = {
  name: 'name',

  // the properties below are optional
  version: 'version',
};

Properties

NameTypeDescription
namestringThe name of the robot software suite.
version?stringThe version of the robot software suite.

name

Type: string

The name of the robot software suite.

General is the only supported value.


version?

Type: string (optional)

The version of the robot software suite.

Not applicable for General software suite.