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.getRobot
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.
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.
- 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.
- 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.
- 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.
- {[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.
- 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.
- 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
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi