getBundleOutput function
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);
}