AWS Native is in preview. AWS Classic is fully supported.
aws-native.robomaker.Robot
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
Create Robot Resource
new Robot(name: string, args: RobotArgs, opts?: CustomResourceOptions);
@overload
def Robot(resource_name: str,
opts: Optional[ResourceOptions] = None,
architecture: Optional[RobotArchitecture] = None,
fleet: Optional[str] = None,
greengrass_group_id: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[RobotTagsArgs] = None)
@overload
def Robot(resource_name: str,
args: RobotArgs,
opts: Optional[ResourceOptions] = None)
func NewRobot(ctx *Context, name string, args RobotArgs, opts ...ResourceOption) (*Robot, error)
public Robot(string name, RobotArgs args, CustomResourceOptions? opts = null)
type: aws-native:robomaker:Robot
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RobotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args RobotArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args RobotArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RobotArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RobotArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Robot Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Robot resource accepts the following input properties:
- Architecture
Pulumi.
Aws Native. Robo Maker. Robot Architecture The target architecture of the robot.
- Greengrass
Group stringId The Greengrass group id.
- Fleet string
The Amazon Resource Name (ARN) of the fleet.
- Name string
The name for the robot.
- Pulumi.
Aws Native. Robo Maker. Inputs. Robot Tags
- Architecture
Robot
Architecture The target architecture of the robot.
- Greengrass
Group stringId The Greengrass group id.
- Fleet string
The Amazon Resource Name (ARN) of the fleet.
- Name string
The name for the robot.
- Robot
Tags Args
- architecture
Robot
Architecture The target architecture of the robot.
- greengrass
Group StringId The Greengrass group id.
- fleet String
The Amazon Resource Name (ARN) of the fleet.
- name String
The name for the robot.
- Robot
Tags
- architecture
Robot
Architecture The target architecture of the robot.
- greengrass
Group stringId The Greengrass group id.
- fleet string
The Amazon Resource Name (ARN) of the fleet.
- name string
The name for the robot.
- Robot
Tags
- architecture
Robot
Architecture The target architecture of the robot.
- greengrass_
group_ strid The Greengrass group id.
- fleet str
The Amazon Resource Name (ARN) of the fleet.
- name str
The name for the robot.
- Robot
Tags Args
- architecture "X86_64" | "ARM64" | "ARMHF"
The target architecture of the robot.
- greengrass
Group StringId The Greengrass group id.
- fleet String
The Amazon Resource Name (ARN) of the fleet.
- name String
The name for the robot.
- Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the Robot resource produces the following output properties:
Supporting Types
RobotArchitecture, RobotArchitectureArgs
- X8664
- X86_64
- Arm64
- ARM64
- Armhf
- ARMHF
- Robot
Architecture X8664 - X86_64
- Robot
Architecture Arm64 - ARM64
- Robot
Architecture Armhf - ARMHF
- X8664
- X86_64
- Arm64
- ARM64
- Armhf
- ARMHF
- X8664
- X86_64
- Arm64
- ARM64
- Armhf
- ARMHF
- X8664
- X86_64
- ARM64
- ARM64
- ARMHF
- ARMHF
- "X86_64"
- X86_64
- "ARM64"
- ARM64
- "ARMHF"
- ARMHF
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.