Show / Hide Table of Contents

Class CfnRobotApplication.RobotSoftwareSuiteProperty

Information about a robot software suite.

Inheritance
System.Object
CfnRobotApplication.RobotSoftwareSuiteProperty
Implements
CfnRobotApplication.IRobotSoftwareSuiteProperty
Namespace: Amazon.CDK.AWS.RoboMaker
Assembly: Amazon.CDK.AWS.RoboMaker.dll
Syntax (csharp)
public class RobotSoftwareSuiteProperty : Object, CfnRobotApplication.IRobotSoftwareSuiteProperty
Syntax (vb)
Public Class RobotSoftwareSuiteProperty
    Inherits Object
    Implements CfnRobotApplication.IRobotSoftwareSuiteProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-robomaker-robotapplication-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.AWS.RoboMaker;

var robotSoftwareSuiteProperty = new RobotSoftwareSuiteProperty {
    Name = "name",

    // the properties below are optional
    Version = "version"
};

Synopsis

Constructors

RobotSoftwareSuiteProperty()

Properties

Name

The name of the robot software suite.

Version

The version of the robot software suite.

Constructors

RobotSoftwareSuiteProperty()

public RobotSoftwareSuiteProperty()

Properties

Name

The name of the robot software suite.

public string Name { get; set; }
Property Value

System.String

Remarks

General is the only supported value.

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

Version

The version of the robot software suite.

public string Version { get; set; }
Property Value

System.String

Remarks

Not applicable for General software suite.

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

Implements

CfnRobotApplication.IRobotSoftwareSuiteProperty
Back to top Generated by DocFX