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.
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.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def batch_size @batch_size end |
#bisect_batch_on_function_error ⇒ Boolean
Returns the value of attribute bisect_batch_on_function_error.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def bisect_batch_on_function_error @bisect_batch_on_function_error end |
#destination_config ⇒ Types::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_config ⇒ Types::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 |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def enabled @enabled end |
#filter_criteria ⇒ Types::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.
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.
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.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def kms_key_arn @kms_key_arn end |
#logging_config ⇒ Types::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.
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.
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.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def maximum_retry_attempts @maximum_retry_attempts end |
#metrics_config ⇒ Types::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.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def parallelization_factor @parallelization_factor end |
#provisioned_poller_config ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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.
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.
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.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def uuid @uuid end |