getBundleOutput function

Output<GetBundleResult> getBundleOutput(
  1. GetBundleArgs args, {
  2. InvokeOutputOptions? options,
})

Implementation

pulumi.Output<GetBundleResult> getBundleOutput(
  GetBundleArgs args, {
  pulumi.InvokeOutputOptions? options,
}) {
  return pulumi.invokeOutput<Map<String, dynamic>>(
    'aws:workspaces/getBundle:getBundle',
    pulumi.Input.mapToInputs(args.toMap()),
    options: options,
  ).apply(GetBundleResult.fromMap);
}