AWS Native is in preview. AWS Classic is fully supported.
aws-native.lambda.EventInvokeConfig
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource Type definition for AWS::Lambda::EventInvokeConfig
Create EventInvokeConfig Resource
new EventInvokeConfig(name: string, args: EventInvokeConfigArgs, opts?: CustomResourceOptions);
@overload
def EventInvokeConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
destination_config: Optional[_lambda_.EventInvokeConfigDestinationConfigArgs] = None,
function_name: Optional[str] = None,
maximum_event_age_in_seconds: Optional[int] = None,
maximum_retry_attempts: Optional[int] = None,
qualifier: Optional[str] = None)
@overload
def EventInvokeConfig(resource_name: str,
args: EventInvokeConfigArgs,
opts: Optional[ResourceOptions] = None)
func NewEventInvokeConfig(ctx *Context, name string, args EventInvokeConfigArgs, opts ...ResourceOption) (*EventInvokeConfig, error)
public EventInvokeConfig(string name, EventInvokeConfigArgs args, CustomResourceOptions? opts = null)
public EventInvokeConfig(String name, EventInvokeConfigArgs args)
public EventInvokeConfig(String name, EventInvokeConfigArgs args, CustomResourceOptions options)
type: aws-native:lambda:EventInvokeConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EventInvokeConfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The EventInvokeConfig resource accepts the following input properties:
- function
Name String - qualifier String
- destination
Config EventInvoke Config Destination Config - maximum
Event IntegerAge In Seconds - maximum
Retry IntegerAttempts
- function
Name string - qualifier string
- destination
Config EventInvoke Config Destination Config - maximum
Event numberAge In Seconds - maximum
Retry numberAttempts
- function
Name String - qualifier String
- destination
Config Property Map - maximum
Event NumberAge In Seconds - maximum
Retry NumberAttempts
Outputs
All input properties are implicitly available as output properties. Additionally, the EventInvokeConfig resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Supporting Types
EventInvokeConfigDestinationConfig, EventInvokeConfigDestinationConfigArgs
EventInvokeConfigOnFailure, EventInvokeConfigOnFailureArgs
- Destination string
- Destination string
- destination String
- destination string
- destination str
- destination String
EventInvokeConfigOnSuccess, EventInvokeConfigOnSuccessArgs
- Destination string
- Destination string
- destination String
- destination string
- destination str
- destination String
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.