Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-name

Version

The version of the rendering engine.

string? Version { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-renderingengine.html#cfn-robomaker-simulationapplication-renderingengine-version

Back to top Generated by DocFX