aws-cdk-lib.aws_robomaker.CfnRobotApplicationVersionProps

interface CfnRobotApplicationVersionProps

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

Properties for defining a CfnRobotApplicationVersion.

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 cfnRobotApplicationVersionProps: robomaker.CfnRobotApplicationVersionProps = {
  application: 'application',

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

Properties

NameTypeDescription
applicationstringThe application information for the robot application.
currentRevisionId?stringThe current revision id for the robot application.

application

Type: string

The application information for the robot application.


currentRevisionId?

Type: string (optional)

The current revision id for the robot application.

If you provide a value and it matches the latest revision ID, a new version will be created.