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