Class: Aws::Types::ElasticsearchDestinationDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::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_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



404
405
406
# File 'sig/types.rbs', line 404

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#cluster_endpoint::String

Returns the value of attribute cluster_endpoint.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def cluster_endpoint
  @cluster_endpoint
end

#document_id_optionsTypes::DocumentIdOptions

Returns the value of attribute document_id_options.



406
407
408
# File 'sig/types.rbs', line 406

def document_id_options
  @document_id_options
end

#domain_arn::String

Returns the value of attribute domain_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("NoRotation", "OneHour", "OneDay", "OneWeek", "OneMonth")


398
399
400
# File 'sig/types.rbs', line 398

def index_rotation_period
  @index_rotation_period
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



403
404
405
# File 'sig/types.rbs', line 403

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::ElasticsearchRetryOptions

Returns the value of attribute retry_options.



400
401
402
# File 'sig/types.rbs', line 400

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("FailedDocumentsOnly", "AllDocuments")


401
402
403
# File 'sig/types.rbs', line 401

def s3_backup_mode
  @s3_backup_mode
end

#s3_destination_descriptionTypes::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.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def type_name
  @type_name
end

#vpc_configuration_descriptionTypes::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