Class: Aws::Types::ElasticsearchDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ElasticsearchDestinationConfiguration
- 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_backup_mode ⇒ "FailedDocumentsOnly", "AllDocuments"
Returns the value of attribute s3_backup_mode.
-
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#buffering_hints ⇒ Types::ElasticsearchBufferingHints
Returns the value of attribute buffering_hints.
381 382 383 |
# File 'sig/types.rbs', line 381 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
386 387 388 |
# File 'sig/types.rbs', line 386 def end |
#cluster_endpoint ⇒ ::String
Returns the value of attribute cluster_endpoint.
377 378 379 |
# File 'sig/types.rbs', line 377 def cluster_endpoint @cluster_endpoint end |
#document_id_options ⇒ Types::DocumentIdOptions
Returns the value of attribute document_id_options.
388 389 390 |
# File 'sig/types.rbs', line 388 def end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
376 377 378 |
# File 'sig/types.rbs', line 376 def domain_arn @domain_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
378 379 380 |
# File 'sig/types.rbs', line 378 def index_name @index_name end |
#index_rotation_period ⇒ "NoRotation", ...
Returns the value of attribute index_rotation_period.
380 381 382 |
# File 'sig/types.rbs', line 380 def index_rotation_period @index_rotation_period end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
385 386 387 |
# File 'sig/types.rbs', line 385 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::ElasticsearchRetryOptions
Returns the value of attribute retry_options.
382 383 384 |
# File 'sig/types.rbs', line 382 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
375 376 377 |
# File 'sig/types.rbs', line 375 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDocumentsOnly", "AllDocuments"
Returns the value of attribute s3_backup_mode.
383 384 385 |
# File 'sig/types.rbs', line 383 def s3_backup_mode @s3_backup_mode end |
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
384 385 386 |
# File 'sig/types.rbs', line 384 def s3_configuration @s3_configuration end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
379 380 381 |
# File 'sig/types.rbs', line 379 def type_name @type_name end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
387 388 389 |
# File 'sig/types.rbs', line 387 def vpc_configuration @vpc_configuration end |