Show / Hide Table of Contents

Interface CfnSimulationApplicationPropsMixin.IRobotSoftwareSuiteProperty

Information about a robot software suite.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.RoboMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSimulationApplicationPropsMixin.IRobotSoftwareSuiteProperty
Syntax (vb)
Public Interface CfnSimulationApplicationPropsMixin.IRobotSoftwareSuiteProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-simulationapplication-robotsoftwaresuite.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 robotSoftwareSuiteProperty = new RobotSoftwareSuiteProperty {
                 Name = "name",
                 Version = "version"
             };

Synopsis

Properties

Name

The name of the robot software suite.

Version

The version of the robot software suite.

Properties

Name

The name of the robot software suite.

string? Name { get; }
Property Value

string

Remarks

General is the only supported value.

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

Version

The version of the robot software suite.

string? Version { get; }
Property Value

string

Remarks

Not applicable for General software suite.

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

Back to top Generated by DocFX