We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.robomaker.Robot
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.
Create Robot Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Robot(name: string, args: RobotArgs, opts?: CustomResourceOptions);
@overload
def Robot(resource_name: str,
args: RobotArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Robot(resource_name: str,
opts: Optional[ResourceOptions] = None,
architecture: Optional[RobotArchitecture] = None,
greengrass_group_id: Optional[str] = None,
fleet: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = 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.
Parameters
- 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.
- Dictionary<string, string>
- A map that contains tag keys and tag values that are attached to the robot.
- 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.
- map[string]string
- A map that contains tag keys and tag values that are attached to the robot.
- 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.
- Map<String,String>
- A map that contains tag keys and tag values that are attached to the robot.
- 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.
- {[key: string]: string}
- A map that contains tag keys and tag values that are attached to the robot.
- 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.
- Mapping[str, str]
- A map that contains tag keys and tag values that are attached to the robot.
- 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.
- Map<String>
- A map that contains tag keys and tag values that are attached to the robot.
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
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi