aws-cdk-lib.aws_robomaker.CfnSimulationApplicationVersionProps

interface CfnSimulationApplicationVersionProps

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

Properties for defining a CfnSimulationApplicationVersion.

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

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

Properties

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

application

Type: string

The application information for the simulation application.


currentRevisionId?

Type: string (optional)

The current revision id for the simulation application.

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