AWS Classic v5.41.0, May 15 23
AWS Classic v5.41.0, May 15 23
aws.appintegrations.getEventIntegration
Explore with Pulumi AI
Use this data source to get information on an existing AppIntegrations Event Integration.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Aws = Pulumi.Aws;
return await Deployment.RunAsync(() =>
{
var example = Aws.AppIntegrations.GetEventIntegration.Invoke(new()
{
Name = "example",
});
});
package main
import (
"github.com/pulumi/pulumi-aws/sdk/v5/go/aws/appintegrations"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := appintegrations.GetEventIntegration(ctx, &appintegrations.GetEventIntegrationArgs{
Name: "example",
}, nil)
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.appintegrations.AppintegrationsFunctions;
import com.pulumi.aws.appintegrations.inputs.GetEventIntegrationArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = AppintegrationsFunctions.getEventIntegration(GetEventIntegrationArgs.builder()
.name("example")
.build());
}
}
import pulumi
import pulumi_aws as aws
example = aws.appintegrations.get_event_integration(name="example")
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
const example = aws.appintegrations.getEventIntegration({
name: "example",
});
variables:
example:
fn::invoke:
Function: aws:appintegrations:getEventIntegration
Arguments:
name: example
Using getEventIntegration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEventIntegration(args: GetEventIntegrationArgs, opts?: InvokeOptions): Promise<GetEventIntegrationResult>
function getEventIntegrationOutput(args: GetEventIntegrationOutputArgs, opts?: InvokeOptions): Output<GetEventIntegrationResult>
def get_event_integration(name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> GetEventIntegrationResult
def get_event_integration_output(name: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEventIntegrationResult]
func GetEventIntegration(ctx *Context, args *GetEventIntegrationArgs, opts ...InvokeOption) (*GetEventIntegrationResult, error)
func GetEventIntegrationOutput(ctx *Context, args *GetEventIntegrationOutputArgs, opts ...InvokeOption) GetEventIntegrationResultOutput
> Note: This function is named GetEventIntegration
in the Go SDK.
public static class GetEventIntegration
{
public static Task<GetEventIntegrationResult> InvokeAsync(GetEventIntegrationArgs args, InvokeOptions? opts = null)
public static Output<GetEventIntegrationResult> Invoke(GetEventIntegrationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEventIntegrationResult> getEventIntegration(GetEventIntegrationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws:appintegrations/getEventIntegration:getEventIntegration
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
The AppIntegrations Event Integration name.
- Dictionary<string, string>
Metadata that you can assign to help organize the report plans you create.
- Name string
The AppIntegrations Event Integration name.
- map[string]string
Metadata that you can assign to help organize the report plans you create.
- name String
The AppIntegrations Event Integration name.
- Map<String,String>
Metadata that you can assign to help organize the report plans you create.
- name string
The AppIntegrations Event Integration name.
- {[key: string]: string}
Metadata that you can assign to help organize the report plans you create.
- name str
The AppIntegrations Event Integration name.
- Mapping[str, str]
Metadata that you can assign to help organize the report plans you create.
- name String
The AppIntegrations Event Integration name.
- Map<String>
Metadata that you can assign to help organize the report plans you create.
getEventIntegration Result
The following output properties are available:
- Arn string
The ARN of the AppIntegrations Event Integration.
- Description string
The description of the Event Integration.
- Event
Filters List<GetEvent Integration Event Filter> A block that defines the configuration information for the event filter. The Event Filter block is documented below.
- Eventbridge
Bus string The EventBridge bus.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Dictionary<string, string>
Metadata that you can assign to help organize the report plans you create.
- Arn string
The ARN of the AppIntegrations Event Integration.
- Description string
The description of the Event Integration.
- Event
Filters []GetEvent Integration Event Filter A block that defines the configuration information for the event filter. The Event Filter block is documented below.
- Eventbridge
Bus string The EventBridge bus.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- map[string]string
Metadata that you can assign to help organize the report plans you create.
- arn String
The ARN of the AppIntegrations Event Integration.
- description String
The description of the Event Integration.
- event
Filters List<GetEvent Integration Event Filter> A block that defines the configuration information for the event filter. The Event Filter block is documented below.
- eventbridge
Bus String The EventBridge bus.
- id String
The provider-assigned unique ID for this managed resource.
- name String
- Map<String,String>
Metadata that you can assign to help organize the report plans you create.
- arn string
The ARN of the AppIntegrations Event Integration.
- description string
The description of the Event Integration.
- event
Filters GetEvent Integration Event Filter[] A block that defines the configuration information for the event filter. The Event Filter block is documented below.
- eventbridge
Bus string The EventBridge bus.
- id string
The provider-assigned unique ID for this managed resource.
- name string
- {[key: string]: string}
Metadata that you can assign to help organize the report plans you create.
- arn str
The ARN of the AppIntegrations Event Integration.
- description str
The description of the Event Integration.
- event_
filters Sequence[GetEvent Integration Event Filter] A block that defines the configuration information for the event filter. The Event Filter block is documented below.
- eventbridge_
bus str The EventBridge bus.
- id str
The provider-assigned unique ID for this managed resource.
- name str
- Mapping[str, str]
Metadata that you can assign to help organize the report plans you create.
- arn String
The ARN of the AppIntegrations Event Integration.
- description String
The description of the Event Integration.
- event
Filters List<Property Map> A block that defines the configuration information for the event filter. The Event Filter block is documented below.
- eventbridge
Bus String The EventBridge bus.
- id String
The provider-assigned unique ID for this managed resource.
- name String
- Map<String>
Metadata that you can assign to help organize the report plans you create.
Supporting Types
GetEventIntegrationEventFilter
- Source string
The source of the events.
- Source string
The source of the events.
- source String
The source of the events.
- source string
The source of the events.
- source str
The source of the events.
- source String
The source of the events.
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
aws
Terraform Provider.