Class: Aws::Types::ElasticsearchDestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ElasticsearchDestinationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::ElasticsearchBufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#cluster_endpoint ⇒ ::String
Returns the value of attribute cluster_endpoint.
-
#document_id_options ⇒ Types::DocumentIdOptions
Returns the value of attribute document_id_options.
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_rotation_period ⇒ "NoRotation", ...
Returns the value of attribute index_rotation_period.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::ElasticsearchRetryOptions
Returns the value of attribute retry_options.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#buffering_hints ⇒ Types::ElasticsearchBufferingHints
Returns the value of attribute buffering_hints.
417 418 419 |
# File 'sig/types.rbs', line 417 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
421 422 423 |
# File 'sig/types.rbs', line 421 def end |
#cluster_endpoint ⇒ ::String
Returns the value of attribute cluster_endpoint.
413 414 415 |
# File 'sig/types.rbs', line 413 def cluster_endpoint @cluster_endpoint end |
#document_id_options ⇒ Types::DocumentIdOptions
Returns the value of attribute document_id_options.
422 423 424 |
# File 'sig/types.rbs', line 422 def end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
412 413 414 |
# File 'sig/types.rbs', line 412 def domain_arn @domain_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
414 415 416 |
# File 'sig/types.rbs', line 414 def index_name @index_name end |
#index_rotation_period ⇒ "NoRotation", ...
Returns the value of attribute index_rotation_period.
416 417 418 |
# File 'sig/types.rbs', line 416 def index_rotation_period @index_rotation_period end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
420 421 422 |
# File 'sig/types.rbs', line 420 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::ElasticsearchRetryOptions
Returns the value of attribute retry_options.
418 419 420 |
# File 'sig/types.rbs', line 418 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
411 412 413 |
# File 'sig/types.rbs', line 411 def role_arn @role_arn end |
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
419 420 421 |
# File 'sig/types.rbs', line 419 def s3_update @s3_update end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
415 416 417 |
# File 'sig/types.rbs', line 415 def type_name @type_name end |