Skip to content

Delete event source mapping

async_boto.validation.lambda_.delete_event_source_mapping

DeleteEventSourceMappingRequest

Bases: BaseModel

Request model for deleting an event source mapping.

PARAMETER DESCRIPTION
UUID

The identifier of the event source mapping to delete.

TYPE: str

UUID instance-attribute

UUID

DeleteEventSourceMappingResponse

Bases: BaseModel

Response model for deleting an event source mapping.

PARAMETER DESCRIPTION
AmazonManagedKafkaEventSourceConfig

Specific configuration settings for an Amazon MSK event source.

TYPE: AmazonManagedKafkaEventSourceConfig

BatchSize

The maximum number of records in each batch that Lambda pulls from your stream or queue.

TYPE: int

BisectBatchOnFunctionError

If the function returns an error, split the batch in two and retry.

TYPE: bool

DestinationConfig

A configuration object that specifies the destination of an event after Lambda processes it.

TYPE: DestinationConfig

DocumentDBEventSourceConfig

Specific configuration settings for a DocumentDB event source.

TYPE: DocumentDBEventSourceConfig

EventSourceArn

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

TYPE: str

EventSourceMappingArn

The Amazon Resource Name (ARN) of the event source mapping.

TYPE: str

FilterCriteria

An object that defines the filter criteria that determine whether Lambda should process an event.

TYPE: FilterCriteria

FilterCriteriaError

An object that contains details about an error related to filter criteria encryption.

TYPE: FilterCriteriaError

FunctionArn

The ARN of the Lambda function.

TYPE: str

FunctionResponseTypes

A list of current response type enums applied to the event source mapping.

TYPE: List[str]

KMSKeyArn

The ARN of the AWS KMS key that Lambda uses to encrypt your function's filter criteria.

TYPE: str

LastModified

The date that the event source mapping was last updated, in Unix time seconds.

TYPE: float

LastProcessingResult

The result of the last Lambda invocation of your function.

TYPE: str

MaximumBatchingWindowInSeconds

The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.

TYPE: int

MaximumRecordAgeInSeconds

Discard records older than the specified age.

TYPE: int

MaximumRetryAttempts

Discard records after the specified number of retries.

TYPE: int

MetricsConfig

The metrics configuration for your event source.

TYPE: Dict

ParallelizationFactor

The number of batches to process concurrently from each shard.

TYPE: int

ProvisionedPollerConfig

The provisioned mode configuration for the event source.

TYPE: ProvisionedPollerConfig

Queues

The name of the Amazon MQ broker destination queue to consume.

TYPE: List[str]

ScalingConfig

The scaling configuration for the event source.

TYPE: ScalingConfig

SelfManagedEventSource

The self-managed Apache Kafka cluster for your event source.

TYPE: SelfManagedEventSource

SelfManagedKafkaEventSourceConfig

Specific configuration settings for a self-managed Apache Kafka event source.

TYPE: SelfManagedKafkaEventSourceConfig

SourceAccessConfigurations

An array of authentication protocols, VPC components, or virtual host for your event source.

TYPE: List[SourceAccessConfiguration]

StartingPosition

The position in a stream from which to start reading.

TYPE: str

StartingPositionTimestamp

With StartingPosition set to AT_TIMESTAMP, the time from which to start reading.

TYPE: float

State

The state of the event source mapping.

TYPE: str

StateTransitionReason

Indicates whether a user or Lambda made the last change to the event source mapping.

TYPE: str

Topics

The name of the Kafka topic.

TYPE: List[str]

TumblingWindowInSeconds

The duration in seconds of a processing window for DynamoDB and Kinesis Streams event sources.

TYPE: int

UUID

The identifier of the event source mapping.

TYPE: str

AmazonManagedKafkaEventSourceConfig class-attribute instance-attribute

AmazonManagedKafkaEventSourceConfig = None

BatchSize class-attribute instance-attribute

BatchSize = None

BisectBatchOnFunctionError class-attribute instance-attribute

BisectBatchOnFunctionError = None

DestinationConfig class-attribute instance-attribute

DestinationConfig = None

DocumentDBEventSourceConfig class-attribute instance-attribute

DocumentDBEventSourceConfig = None

EventSourceArn class-attribute instance-attribute

EventSourceArn = None

EventSourceMappingArn class-attribute instance-attribute

EventSourceMappingArn = None

FilterCriteria class-attribute instance-attribute

FilterCriteria = None

FilterCriteriaError class-attribute instance-attribute

FilterCriteriaError = None

FunctionArn class-attribute instance-attribute

FunctionArn = None

FunctionResponseTypes class-attribute instance-attribute

FunctionResponseTypes = None

KMSKeyArn class-attribute instance-attribute

KMSKeyArn = None

LastModified class-attribute instance-attribute

LastModified = None

LastProcessingResult class-attribute instance-attribute

LastProcessingResult = None

MaximumBatchingWindowInSeconds class-attribute instance-attribute

MaximumBatchingWindowInSeconds = None

MaximumRecordAgeInSeconds class-attribute instance-attribute

MaximumRecordAgeInSeconds = None

MaximumRetryAttempts class-attribute instance-attribute

MaximumRetryAttempts = None

MetricsConfig class-attribute instance-attribute

MetricsConfig = None

ParallelizationFactor class-attribute instance-attribute

ParallelizationFactor = None

ProvisionedPollerConfig class-attribute instance-attribute

ProvisionedPollerConfig = None

Queues class-attribute instance-attribute

Queues = None

ScalingConfig class-attribute instance-attribute

ScalingConfig = None

SelfManagedEventSource class-attribute instance-attribute

SelfManagedEventSource = None

SelfManagedKafkaEventSourceConfig class-attribute instance-attribute

SelfManagedKafkaEventSourceConfig = None

SourceAccessConfigurations class-attribute instance-attribute

SourceAccessConfigurations = None

StartingPosition class-attribute instance-attribute

StartingPosition = None

StartingPositionTimestamp class-attribute instance-attribute

StartingPositionTimestamp = None

State class-attribute instance-attribute

State = None

StateTransitionReason class-attribute instance-attribute

StateTransitionReason = None

Topics class-attribute instance-attribute

Topics = None

TumblingWindowInSeconds class-attribute instance-attribute

TumblingWindowInSeconds = None

UUID class-attribute instance-attribute

UUID = None