AWS Native v0.49.0, Jan 26 23
AWS Native v0.49.0, Jan 26 23
aws-native.robomaker.getRobot
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
- Arn string
- arn String
- arn string
- arn str
- arn String
getRobot Result
The following output properties are available:
- arn String
- Property Map
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0