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.



2209
2210
2211
# File 'sig/types.rbs', line 2209

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)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def batch_size
  @batch_size
end

#bisect_batch_on_function_errorBoolean

Returns the value of attribute bisect_batch_on_function_error.

Returns:

  • (Boolean)


2204
2205
2206
# File 'sig/types.rbs', line 2204

def bisect_batch_on_function_error
  @bisect_batch_on_function_error
end

#destination_configTypes::DestinationConfig

Returns the value of attribute destination_config.



2202
2203
2204
# File 'sig/types.rbs', line 2202

def destination_config
  @destination_config
end

#document_db_event_source_configTypes::DocumentDBEventSourceConfig

Returns the value of attribute document_db_event_source_config.



2211
2212
2213
# File 'sig/types.rbs', line 2211

def document_db_event_source_config
  @document_db_event_source_config
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def enabled
  @enabled
end

#filter_criteriaTypes::FilterCriteria

Returns the value of attribute filter_criteria.



2195
2196
2197
# File 'sig/types.rbs', line 2195

def filter_criteria
  @filter_criteria
end

#function_name::String

Returns the value of attribute function_name.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def function_name
  @function_name
end

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

Returns the value of attribute function_response_types.

Returns:

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


2208
2209
2210
# File 'sig/types.rbs', line 2208

def function_response_types
  @function_response_types
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def kms_key_arn
  @kms_key_arn
end

#logging_configTypes::EventSourceMappingLoggingConfig

Returns the value of attribute logging_config.



2198
2199
2200
# File 'sig/types.rbs', line 2198

def logging_config
  @logging_config
end

#maximum_batching_window_in_seconds::Integer

Returns the value of attribute maximum_batching_window_in_seconds.

Returns:

  • (::Integer)


2200
2201
2202
# File 'sig/types.rbs', line 2200

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)


2203
2204
2205
# File 'sig/types.rbs', line 2203

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)


2205
2206
2207
# File 'sig/types.rbs', line 2205

def maximum_retry_attempts
  @maximum_retry_attempts
end

#metrics_configTypes::EventSourceMappingMetricsConfig

Returns the value of attribute metrics_config.



2197
2198
2199
# File 'sig/types.rbs', line 2197

def metrics_config
  @metrics_config
end

#parallelization_factor::Integer

Returns the value of attribute parallelization_factor.

Returns:

  • (::Integer)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def parallelization_factor
  @parallelization_factor
end

#provisioned_poller_configTypes::ProvisionedPollerConfig

Returns the value of attribute provisioned_poller_config.



2212
2213
2214
# File 'sig/types.rbs', line 2212

def provisioned_poller_config
  @provisioned_poller_config
end

#scaling_configTypes::ScalingConfig

Returns the value of attribute scaling_config.



2199
2200
2201
# File 'sig/types.rbs', line 2199

def scaling_config
  @scaling_config
end

#self_managed_kafka_event_source_configTypes::SelfManagedKafkaEventSourceConfig

Returns the value of attribute self_managed_kafka_event_source_config.



2210
2211
2212
# File 'sig/types.rbs', line 2210

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:



2207
2208
2209
# File 'sig/types.rbs', line 2207

def source_access_configurations
  @source_access_configurations
end

#tumbling_window_in_seconds::Integer

Returns the value of attribute tumbling_window_in_seconds.

Returns:

  • (::Integer)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def tumbling_window_in_seconds
  @tumbling_window_in_seconds
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def uuid
  @uuid
end