interface RobotReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.RoboMaker.RobotReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsrobomaker#RobotReference |
Java | software.amazon.awscdk.interfaces.robomaker.RobotReference |
Python | aws_cdk.interfaces.aws_robomaker.RobotReference |
TypeScript | aws-cdk-lib » interfaces » aws_robomaker » RobotReference |
A reference to a Robot resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_robomaker as interfaces_aws_robomaker } from 'aws-cdk-lib/interfaces';
const robotReference: interfaces_aws_robomaker.RobotReference = {
robotArn: 'robotArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| robot | string | The Arn of the Robot resource. |
robotArn
Type:
string
The Arn of the Robot resource.

.NET
Go
Java
Python
TypeScript