interface CfnRobotApplicationVersionMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RoboMaker.CfnRobotApplicationVersionMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrobomaker#CfnRobotApplicationVersionMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.robomaker.CfnRobotApplicationVersionMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_robomaker.CfnRobotApplicationVersionMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_robomaker » CfnRobotApplicationVersionMixinProps |
Properties for CfnRobotApplicationVersionPropsMixin.
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/cfn-property-mixins';
const cfnRobotApplicationVersionMixinProps: robomaker.CfnRobotApplicationVersionMixinProps = {
application: 'application',
currentRevisionId: 'currentRevisionId',
};
Properties
| Name | Type | Description |
|---|---|---|
| application? | string | IRobot | The application information for the robot application. |
| current | string | The current revision id for the robot application. |
application?
Type:
string | IRobot
(optional)
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.

.NET
Go
Java
Python
TypeScript