interface RobotApplicationVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RoboMaker.RobotApplicationVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#RobotApplicationVersionReference |
![]() | software.amazon.awscdk.services.robomaker.RobotApplicationVersionReference |
![]() | aws_cdk.aws_robomaker.RobotApplicationVersionReference |
![]() | aws-cdk-lib » 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 robomaker } from 'aws-cdk-lib';
const robotApplicationVersionReference: 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.