interface CfnRobotApplicationVersionProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RoboMaker.CfnRobotApplicationVersionProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#CfnRobotApplicationVersionProps |
Java | software.amazon.awscdk.services.robomaker.CfnRobotApplicationVersionProps |
Python | aws_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
Name | Type | Description |
---|---|---|
application | string | The application information for the robot application. |
current | string | The 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.