awscc_lambda_event_source_mapping (Resource)

The AWS::Lambda::EventSourceMapping resource creates a mapping between an event source and an LAMlong function. LAM reads items from the event source and triggers the function. For details about each event source type, see the following topics. In particular, each of the topics describes the required and optional parameters for the specific event source.

Schema

Required

Optional

Read-Only

Nested Schema for amazon_managed_kafka_event_source_config

Optional:

Nested Schema for destination_config

Optional:

Nested Schema for destination_config.on_failure

Optional:

Nested Schema for document_db_event_source_config

Optional:

Nested Schema for filter_criteria

Optional:

Nested Schema for filter_criteria.filters

Optional:

Nested Schema for scaling_config

Optional:

Nested Schema for self_managed_event_source

Optional:

Nested Schema for self_managed_event_source.endpoints

Optional:

Nested Schema for self_managed_kafka_event_source_config

Optional:

Nested Schema for source_access_configurations

Optional:

Import

Import is supported using the following syntax:

$ terraform import awscc_lambda_event_source_mapping.example <resource ID>