Class RobotApplicationVersionReference
A reference to a RobotApplicationVersion resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.RoboMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class RobotApplicationVersionReference : IRobotApplicationVersionReference
Syntax (vb)
Public Class RobotApplicationVersionReference Implements IRobotApplicationVersionReference
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.AWS.RoboMaker;
var robotApplicationVersionReference = new RobotApplicationVersionReference {
RobotApplicationVersionArn = "robotApplicationVersionArn"
};
Synopsis
Constructors
RobotApplicationVersionReference() | A reference to a RobotApplicationVersion resource. |
Properties
RobotApplicationVersionArn | The Arn of the RobotApplicationVersion resource. |
Constructors
RobotApplicationVersionReference()
A reference to a RobotApplicationVersion resource.
public RobotApplicationVersionReference()
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.AWS.RoboMaker;
var robotApplicationVersionReference = new RobotApplicationVersionReference {
RobotApplicationVersionArn = "robotApplicationVersionArn"
};
Properties
RobotApplicationVersionArn
The Arn of the RobotApplicationVersion resource.
public string RobotApplicationVersionArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated