Interface CfnSimulationApplicationPropsMixin.IRenderingEngineProperty
Information about a rendering engine.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.RoboMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSimulationApplicationPropsMixin.IRenderingEngineProperty
Syntax (vb)
Public Interface CfnSimulationApplicationPropsMixin.IRenderingEngineProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.RoboMaker;
var renderingEngineProperty = new RenderingEngineProperty {
Name = "name",
Version = "version"
};
Synopsis
Properties
| Name | The name of the rendering engine. |
| Version | The version of the rendering engine. |
Properties
Name
The name of the rendering engine.
string? Name { get; }
Property Value
Remarks
Version
The version of the rendering engine.
string? Version { get; }