interface RobotApplicationVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.RoboMaker.RobotApplicationVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsrobomaker#RobotApplicationVersionReference |
Java | software.amazon.awscdk.interfaces.robomaker.RobotApplicationVersionReference |
Python | aws_cdk.interfaces.aws_robomaker.RobotApplicationVersionReference |
TypeScript | aws-cdk-lib » interfaces » aws_robomaker » RobotApplicationVersionReference |
A reference to a RobotApplicationVersion 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 robotApplicationVersionReference: interfaces_aws_robomaker.RobotApplicationVersionReference = {
robotApplicationVersionArn: 'robotApplicationVersionArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| robot | string | The Arn of the RobotApplicationVersion resource. |
robotApplicationVersionArn
Type:
string
The Arn of the RobotApplicationVersion resource.

.NET
Go
Java
Python
TypeScript