interface RobotApplicationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.RoboMaker.RobotApplicationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsrobomaker#RobotApplicationReference |
![]() | software.amazon.awscdk.services.robomaker.RobotApplicationReference |
![]() | aws_cdk.aws_robomaker.RobotApplicationReference |
![]() | aws-cdk-lib » aws_robomaker » RobotApplicationReference |
A reference to a RobotApplication 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 robotApplicationReference: robomaker.RobotApplicationReference = {
robotApplicationArn: 'robotApplicationArn',
};
Properties
Name | Type | Description |
---|---|---|
robot | string | The Arn of the RobotApplication resource. |
robotApplicationArn
Type:
string
The Arn of the RobotApplication resource.