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