aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.lambda.getEventInvokeConfig

Explore with Pulumi AI

Resource Type definition for AWS::Lambda::EventInvokeConfig

Using getEventInvokeConfig

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 getEventInvokeConfig(args: GetEventInvokeConfigArgs, opts?: InvokeOptions): Promise<GetEventInvokeConfigResult>
function getEventInvokeConfigOutput(args: GetEventInvokeConfigOutputArgs, opts?: InvokeOptions): Output<GetEventInvokeConfigResult>
def get_event_invoke_config(id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetEventInvokeConfigResult
def get_event_invoke_config_output(id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetEventInvokeConfigResult]
func LookupEventInvokeConfig(ctx *Context, args *LookupEventInvokeConfigArgs, opts ...InvokeOption) (*LookupEventInvokeConfigResult, error)
func LookupEventInvokeConfigOutput(ctx *Context, args *LookupEventInvokeConfigOutputArgs, opts ...InvokeOption) LookupEventInvokeConfigResultOutput

> Note: This function is named LookupEventInvokeConfig in the Go SDK.

public static class GetEventInvokeConfig 
{
    public static Task<GetEventInvokeConfigResult> InvokeAsync(GetEventInvokeConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetEventInvokeConfigResult> Invoke(GetEventInvokeConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetEventInvokeConfigResult> getEventInvokeConfig(GetEventInvokeConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:lambda:getEventInvokeConfig
  arguments:
    # arguments dictionary

The following arguments are supported:

Id string
Id string
id String
id string
id str
id String

getEventInvokeConfig Result

The following output properties are available:

Supporting Types

EventInvokeConfigDestinationConfig

EventInvokeConfigOnFailure

EventInvokeConfigOnSuccess

Package Details

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