interface IRobotRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.RoboMaker.IRobotRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#IRobotRef | 
|  Java | software.amazon.awscdk.services.robomaker.IRobotRef | 
|  Python | aws_cdk.aws_robomaker.IRobotRef | 
|  TypeScript | aws-cdk-lib»aws_robomaker»IRobotRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a Robot.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| robot | Robot | A reference to a Robot resource. | 
node
Type:
Node
The tree node.
robotRef
Type:
Robot
A reference to a Robot resource.
