Class: Aws::Types::AmazonOpenSearchServerlessDestinationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::AmazonOpenSearchServerlessBufferingHints

Returns the value of attribute buffering_hints.



21
22
23
# File 'sig/types.rbs', line 21

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



26
27
28
# File 'sig/types.rbs', line 26

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#collection_endpoint::String

Returns the value of attribute collection_endpoint.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def collection_endpoint
  @collection_endpoint
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def index_name
  @index_name
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



25
26
27
# File 'sig/types.rbs', line 25

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::AmazonOpenSearchServerlessRetryOptions

Returns the value of attribute retry_options.



22
23
24
# File 'sig/types.rbs', line 22

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def role_arn
  @role_arn
end

#s3_backup_mode"FailedDocumentsOnly", "AllDocuments"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("FailedDocumentsOnly", "AllDocuments")


23
24
25
# File 'sig/types.rbs', line 23

def s3_backup_mode
  @s3_backup_mode
end

#s3_configurationTypes::S3DestinationConfiguration

Returns the value of attribute s3_configuration.



24
25
26
# File 'sig/types.rbs', line 24

def s3_configuration
  @s3_configuration
end

#vpc_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.



27
28
29
# File 'sig/types.rbs', line 27

def vpc_configuration
  @vpc_configuration
end