1. Packages
  2. AWS Native
  3. API Docs
  4. robomaker
  5. getRobot

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.robomaker.getRobot

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    AWS::RoboMaker::Robot resource creates an AWS RoboMaker Robot.

    Using getRobot

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRobot(args: GetRobotArgs, opts?: InvokeOptions): Promise<GetRobotResult>
    function getRobotOutput(args: GetRobotOutputArgs, opts?: InvokeOptions): Output<GetRobotResult>
    def get_robot(arn: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetRobotResult
    def get_robot_output(arn: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetRobotResult]
    func LookupRobot(ctx *Context, args *LookupRobotArgs, opts ...InvokeOption) (*LookupRobotResult, error)
    func LookupRobotOutput(ctx *Context, args *LookupRobotOutputArgs, opts ...InvokeOption) LookupRobotResultOutput

    > Note: This function is named LookupRobot in the Go SDK.

    public static class GetRobot 
    {
        public static Task<GetRobotResult> InvokeAsync(GetRobotArgs args, InvokeOptions? opts = null)
        public static Output<GetRobotResult> Invoke(GetRobotInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRobotResult> getRobot(GetRobotArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:robomaker:getRobot
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the robot.
    Arn string
    The Amazon Resource Name (ARN) of the robot.
    arn String
    The Amazon Resource Name (ARN) of the robot.
    arn string
    The Amazon Resource Name (ARN) of the robot.
    arn str
    The Amazon Resource Name (ARN) of the robot.
    arn String
    The Amazon Resource Name (ARN) of the robot.

    getRobot Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the robot.
    Tags Dictionary<string, string>
    A map that contains tag keys and tag values that are attached to the robot.
    Arn string
    The Amazon Resource Name (ARN) of the robot.
    Tags map[string]string
    A map that contains tag keys and tag values that are attached to the robot.
    arn String
    The Amazon Resource Name (ARN) of the robot.
    tags Map<String,String>
    A map that contains tag keys and tag values that are attached to the robot.
    arn string
    The Amazon Resource Name (ARN) of the robot.
    tags {[key: string]: string}
    A map that contains tag keys and tag values that are attached to the robot.
    arn str
    The Amazon Resource Name (ARN) of the robot.
    tags Mapping[str, str]
    A map that contains tag keys and tag values that are attached to the robot.
    arn String
    The Amazon Resource Name (ARN) of the robot.
    tags Map<String>
    A map that contains tag keys and tag values that are attached to the robot.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi