Class: Aws::Types::ElasticsearchDestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::ElasticsearchDestinationDescription
- 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_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#vpc_configuration_description ⇒ Types::VpcConfigurationDescription
Returns the value of attribute vpc_configuration_description.
Instance Attribute Details
#buffering_hints ⇒ Types::ElasticsearchBufferingHints
Returns the value of attribute buffering_hints.
399 400 401 |
# File 'sig/types.rbs', line 399 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
404 405 406 |
# File 'sig/types.rbs', line 404 def @cloud_watch_logging_options end |
#cluster_endpoint ⇒ ::String
Returns the value of attribute cluster_endpoint.
395 396 397 |
# File 'sig/types.rbs', line 395 def cluster_endpoint @cluster_endpoint end |
#document_id_options ⇒ Types::DocumentIdOptions
Returns the value of attribute document_id_options.
406 407 408 |
# File 'sig/types.rbs', line 406 def @document_id_options end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
394 395 396 |
# File 'sig/types.rbs', line 394 def domain_arn @domain_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
396 397 398 |
# File 'sig/types.rbs', line 396 def index_name @index_name end |
#index_rotation_period ⇒ "NoRotation", ...
Returns the value of attribute index_rotation_period.
398 399 400 |
# File 'sig/types.rbs', line 398 def index_rotation_period @index_rotation_period end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
403 404 405 |
# File 'sig/types.rbs', line 403 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::ElasticsearchRetryOptions
Returns the value of attribute retry_options.
400 401 402 |
# File 'sig/types.rbs', line 400 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
393 394 395 |
# File 'sig/types.rbs', line 393 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDocumentsOnly", "AllDocuments"
Returns the value of attribute s3_backup_mode.
401 402 403 |
# File 'sig/types.rbs', line 401 def s3_backup_mode @s3_backup_mode end |
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
402 403 404 |
# File 'sig/types.rbs', line 402 def s3_destination_description @s3_destination_description end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
397 398 399 |
# File 'sig/types.rbs', line 397 def type_name @type_name end |
#vpc_configuration_description ⇒ Types::VpcConfigurationDescription
Returns the value of attribute vpc_configuration_description.
405 406 407 |
# File 'sig/types.rbs', line 405 def vpc_configuration_description @vpc_configuration_description end |