aws-cdk-lib.aws_robomaker.CfnSimulationApplication.RenderingEngineProperty

interface RenderingEngineProperty

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

Information about a rendering engine.

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 renderingEngineProperty: robomaker.CfnSimulationApplication.RenderingEngineProperty = {
  name: 'name',
  version: 'version',
};

Properties

NameTypeDescription
namestringThe name of the rendering engine.
versionstringThe version of the rendering engine.

name

Type: string

The name of the rendering engine.


version

Type: string

The version of the rendering engine.