Class: Aws::Types::UpdateEventSourceMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventSourceMappingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_managed_kafka_event_source_config ⇒ Types::AmazonManagedKafkaEventSourceConfig
Returns the value of attribute amazon_managed_kafka_event_source_config.
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#bisect_batch_on_function_error ⇒ Boolean
Returns the value of attribute bisect_batch_on_function_error.
-
#destination_config ⇒ Types::DestinationConfig
Returns the value of attribute destination_config.
-
#document_db_event_source_config ⇒ Types::DocumentDBEventSourceConfig
Returns the value of attribute document_db_event_source_config.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#filter_criteria ⇒ Types::FilterCriteria
Returns the value of attribute filter_criteria.
-
#function_name ⇒ ::String
Returns the value of attribute function_name.
-
#function_response_types ⇒ ::Array[("ReportBatchItemFailures")]
Returns the value of attribute function_response_types.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#logging_config ⇒ Types::EventSourceMappingLoggingConfig
Returns the value of attribute logging_config.
-
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
-
#maximum_record_age_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_record_age_in_seconds.
-
#maximum_retry_attempts ⇒ ::Integer
Returns the value of attribute maximum_retry_attempts.
-
#metrics_config ⇒ Types::EventSourceMappingMetricsConfig
Returns the value of attribute metrics_config.
-
#parallelization_factor ⇒ ::Integer
Returns the value of attribute parallelization_factor.
-
#provisioned_poller_config ⇒ Types::ProvisionedPollerConfig
Returns the value of attribute provisioned_poller_config.
-
#scaling_config ⇒ Types::ScalingConfig
Returns the value of attribute scaling_config.
-
#self_managed_kafka_event_source_config ⇒ Types::SelfManagedKafkaEventSourceConfig
Returns the value of attribute self_managed_kafka_event_source_config.
-
#source_access_configurations ⇒ ::Array[Types::SourceAccessConfiguration]
Returns the value of attribute source_access_configurations.
-
#tumbling_window_in_seconds ⇒ ::Integer
Returns the value of attribute tumbling_window_in_seconds.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
Instance Attribute Details
#amazon_managed_kafka_event_source_config ⇒ Types::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.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def batch_size @batch_size end |
#bisect_batch_on_function_error ⇒ Boolean
Returns the value of attribute bisect_batch_on_function_error.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def bisect_batch_on_function_error @bisect_batch_on_function_error end |
#destination_config ⇒ Types::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_config ⇒ Types::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 |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def enabled @enabled end |
#filter_criteria ⇒ Types::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.
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.
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.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def kms_key_arn @kms_key_arn end |
#logging_config ⇒ Types::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.
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.
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.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def maximum_retry_attempts @maximum_retry_attempts end |
#metrics_config ⇒ Types::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.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def parallelization_factor @parallelization_factor end |
#provisioned_poller_config ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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.
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.
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.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def uuid @uuid end |