1. Packages
  2. AWS Native
  3. API Docs
  4. appintegrations
  5. getEventIntegration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.88.0 published on Wednesday, Nov 29, 2023 by Pulumi

aws-native.appintegrations.getEventIntegration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.88.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Resource Type definition for AWS::AppIntegrations::EventIntegration

    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,
                              opts: Optional[InvokeOptions] = None) -> GetEventIntegrationResult
    def get_event_integration_output(name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetEventIntegrationResult]
    func LookupEventIntegration(ctx *Context, args *LookupEventIntegrationArgs, opts ...InvokeOption) (*LookupEventIntegrationResult, error)
    func LookupEventIntegrationOutput(ctx *Context, args *LookupEventIntegrationOutputArgs, opts ...InvokeOption) LookupEventIntegrationResultOutput

    > Note: This function is named LookupEventIntegration 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-native:appintegrations:getEventIntegration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string

    The name of the event integration.

    Name string

    The name of the event integration.

    name String

    The name of the event integration.

    name string

    The name of the event integration.

    name str

    The name of the event integration.

    name String

    The name of the event integration.

    getEventIntegration Result

    The following output properties are available:

    Description string

    The event integration description.

    EventIntegrationArn string

    The Amazon Resource Name (ARN) of the event integration.

    Tags List<Pulumi.AwsNative.AppIntegrations.Outputs.EventIntegrationTag>

    The tags (keys and values) associated with the event integration.

    Description string

    The event integration description.

    EventIntegrationArn string

    The Amazon Resource Name (ARN) of the event integration.

    Tags []EventIntegrationTag

    The tags (keys and values) associated with the event integration.

    description String

    The event integration description.

    eventIntegrationArn String

    The Amazon Resource Name (ARN) of the event integration.

    tags List<EventIntegrationTag>

    The tags (keys and values) associated with the event integration.

    description string

    The event integration description.

    eventIntegrationArn string

    The Amazon Resource Name (ARN) of the event integration.

    tags EventIntegrationTag[]

    The tags (keys and values) associated with the event integration.

    description str

    The event integration description.

    event_integration_arn str

    The Amazon Resource Name (ARN) of the event integration.

    tags Sequence[EventIntegrationTag]

    The tags (keys and values) associated with the event integration.

    description String

    The event integration description.

    eventIntegrationArn String

    The Amazon Resource Name (ARN) of the event integration.

    tags List<Property Map>

    The tags (keys and values) associated with the event integration.

    Supporting Types

    EventIntegrationTag

    Key string

    A key to identify the tag.

    Value string

    Corresponding tag value for the key.

    Key string

    A key to identify the tag.

    Value string

    Corresponding tag value for the key.

    key String

    A key to identify the tag.

    value String

    Corresponding tag value for the key.

    key string

    A key to identify the tag.

    value string

    Corresponding tag value for the key.

    key str

    A key to identify the tag.

    value str

    Corresponding tag value for the key.

    key String

    A key to identify the tag.

    value String

    Corresponding tag value for the key.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.88.0 published on Wednesday, Nov 29, 2023 by Pulumi