getEventIntegrationOutput function
Output<GetEventIntegrationResult>
getEventIntegrationOutput(
- GetEventIntegrationArgs args, {
- InvokeOutputOptions? options,
Implementation
pulumi.Output<GetEventIntegrationResult> getEventIntegrationOutput(
GetEventIntegrationArgs args, {
pulumi.InvokeOutputOptions? options,
}) {
return pulumi.invokeOutput<Map<String, dynamic>>(
'aws:appintegrations/getEventIntegration:getEventIntegration',
pulumi.Input.mapToInputs(args.toMap()),
options: options,
).apply(GetEventIntegrationResult.fromMap);
}