getEventBusOutput function
Output<GetEventBusResult>
getEventBusOutput(
- GetEventBusArgs args, {
- InvokeOutputOptions? options,
Implementation
pulumi.Output<GetEventBusResult> getEventBusOutput(
GetEventBusArgs args, {
pulumi.InvokeOutputOptions? options,
}) {
return pulumi.invokeOutput<Map<String, dynamic>>(
'aws:cloudwatch/getEventBus:getEventBus',
pulumi.Input.mapToInputs(args.toMap()),
options: options,
).apply(GetEventBusResult.fromMap);
}