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:
|
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. |
BatchSize
|
The maximum number of records in each batch that Lambda pulls from your stream or queue.
TYPE:
|
BisectBatchOnFunctionError
|
If the function returns an error, split the batch in two and retry.
TYPE:
|
DestinationConfig
|
A configuration object that specifies the destination of an event after Lambda processes it.
TYPE:
|
DocumentDBEventSourceConfig
|
Specific configuration settings for a DocumentDB event source. |
EventSourceArn
|
The Amazon Resource Name (ARN) of the event source.
TYPE:
|
EventSourceMappingArn
|
The Amazon Resource Name (ARN) of the event source mapping.
TYPE:
|
FilterCriteria
|
An object that defines the filter criteria that determine whether Lambda should process an event.
TYPE:
|
FilterCriteriaError
|
An object that contains details about an error related to filter criteria encryption.
TYPE:
|
FunctionArn
|
The ARN of the Lambda function.
TYPE:
|
FunctionResponseTypes
|
A list of current response type enums applied to the event source mapping.
TYPE:
|
KMSKeyArn
|
The ARN of the AWS KMS key that Lambda uses to encrypt your function's filter criteria.
TYPE:
|
LastModified
|
The date that the event source mapping was last updated, in Unix time seconds.
TYPE:
|
LastProcessingResult
|
The result of the last Lambda invocation of your function.
TYPE:
|
MaximumBatchingWindowInSeconds
|
The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
TYPE:
|
MaximumRecordAgeInSeconds
|
Discard records older than the specified age.
TYPE:
|
MaximumRetryAttempts
|
Discard records after the specified number of retries.
TYPE:
|
MetricsConfig
|
The metrics configuration for your event source.
TYPE:
|
ParallelizationFactor
|
The number of batches to process concurrently from each shard.
TYPE:
|
ProvisionedPollerConfig
|
The provisioned mode configuration for the event source.
TYPE:
|
Queues
|
The name of the Amazon MQ broker destination queue to consume.
TYPE:
|
ScalingConfig
|
The scaling configuration for the event source.
TYPE:
|
SelfManagedEventSource
|
The self-managed Apache Kafka cluster for your event source.
TYPE:
|
SelfManagedKafkaEventSourceConfig
|
Specific configuration settings for a self-managed Apache Kafka event source. |
SourceAccessConfigurations
|
An array of authentication protocols, VPC components, or virtual host for your event source.
TYPE:
|
StartingPosition
|
The position in a stream from which to start reading.
TYPE:
|
StartingPositionTimestamp
|
With StartingPosition set to AT_TIMESTAMP, the time from which to start reading.
TYPE:
|
State
|
The state of the event source mapping.
TYPE:
|
StateTransitionReason
|
Indicates whether a user or Lambda made the last change to the event source mapping.
TYPE:
|
Topics
|
The name of the Kafka topic.
TYPE:
|
TumblingWindowInSeconds
|
The duration in seconds of a processing window for DynamoDB and Kinesis Streams event sources.
TYPE:
|
UUID
|
The identifier of the event source mapping.
TYPE:
|
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