Class: Aws::Types::UpdateEventSourceMappingRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_managed_kafka_event_source_configTypes::AmazonManagedKafkaEventSourceConfig

Returns the value of attribute amazon_managed_kafka_event_source_config.



2245
2246
2247
# File 'sig/types.rbs', line 2245

def amazon_managed_kafka_event_source_config
  @amazon_managed_kafka_event_source_config
end

#batch_size::Integer

Returns the value of attribute batch_size.

Returns:

  • (::Integer)


2230
2231
2232
# File 'sig/types.rbs', line 2230

def batch_size
  @batch_size
end

#bisect_batch_on_function_errorBoolean

Returns the value of attribute bisect_batch_on_function_error.

Returns:

  • (Boolean)


2240
2241
2242
# File 'sig/types.rbs', line 2240

def bisect_batch_on_function_error
  @bisect_batch_on_function_error
end

#destination_configTypes::DestinationConfig

Returns the value of attribute destination_config.



2238
2239
2240
# File 'sig/types.rbs', line 2238

def destination_config
  @destination_config
end

#document_db_event_source_configTypes::DocumentDBEventSourceConfig

Returns the value of attribute document_db_event_source_config.



2247
2248
2249
# File 'sig/types.rbs', line 2247

def document_db_event_source_config
  @document_db_event_source_config
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def enabled
  @enabled
end

#filter_criteriaTypes::FilterCriteria

Returns the value of attribute filter_criteria.



2231
2232
2233
# File 'sig/types.rbs', line 2231

def filter_criteria
  @filter_criteria
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def function_name
  @function_name
end

#function_response_types::Array[("ReportBatchItemFailures")]

Returns the value of attribute function_response_types.

Returns:

  • (::Array[("ReportBatchItemFailures")])


2244
2245
2246
# File 'sig/types.rbs', line 2244

def function_response_types
  @function_response_types
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def kms_key_arn
  @kms_key_arn
end

#logging_configTypes::EventSourceMappingLoggingConfig

Returns the value of attribute logging_config.



2234
2235
2236
# File 'sig/types.rbs', line 2234

def logging_config
  @logging_config
end

#maximum_batching_window_in_seconds::Integer

Returns the value of attribute maximum_batching_window_in_seconds.

Returns:

  • (::Integer)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def maximum_batching_window_in_seconds
  @maximum_batching_window_in_seconds
end

#maximum_record_age_in_seconds::Integer

Returns the value of attribute maximum_record_age_in_seconds.

Returns:

  • (::Integer)


2239
2240
2241
# File 'sig/types.rbs', line 2239

def maximum_record_age_in_seconds
  @maximum_record_age_in_seconds
end

#maximum_retry_attempts::Integer

Returns the value of attribute maximum_retry_attempts.

Returns:

  • (::Integer)


2241
2242
2243
# File 'sig/types.rbs', line 2241

def maximum_retry_attempts
  @maximum_retry_attempts
end

#metrics_configTypes::EventSourceMappingMetricsConfig

Returns the value of attribute metrics_config.



2233
2234
2235
# File 'sig/types.rbs', line 2233

def metrics_config
  @metrics_config
end

#parallelization_factor::Integer

Returns the value of attribute parallelization_factor.

Returns:

  • (::Integer)


2237
2238
2239
# File 'sig/types.rbs', line 2237

def parallelization_factor
  @parallelization_factor
end

#provisioned_poller_configTypes::ProvisionedPollerConfig

Returns the value of attribute provisioned_poller_config.



2248
2249
2250
# File 'sig/types.rbs', line 2248

def provisioned_poller_config
  @provisioned_poller_config
end

#scaling_configTypes::ScalingConfig

Returns the value of attribute scaling_config.



2235
2236
2237
# File 'sig/types.rbs', line 2235

def scaling_config
  @scaling_config
end

#self_managed_kafka_event_source_configTypes::SelfManagedKafkaEventSourceConfig

Returns the value of attribute self_managed_kafka_event_source_config.



2246
2247
2248
# File 'sig/types.rbs', line 2246

def self_managed_kafka_event_source_config
  @self_managed_kafka_event_source_config
end

#source_access_configurations::Array[Types::SourceAccessConfiguration]

Returns the value of attribute source_access_configurations.

Returns:



2243
2244
2245
# File 'sig/types.rbs', line 2243

def source_access_configurations
  @source_access_configurations
end

#tumbling_window_in_seconds::Integer

Returns the value of attribute tumbling_window_in_seconds.

Returns:

  • (::Integer)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def tumbling_window_in_seconds
  @tumbling_window_in_seconds
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def uuid
  @uuid
end