Class: Aws::Types::AmazonOpenSearchServerlessDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AmazonOpenSearchServerlessDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::AmazonOpenSearchServerlessBufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::AmazonOpenSearchServerlessRetryOptions
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.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#buffering_hints ⇒ Types::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_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
26 27 28 |
# File 'sig/types.rbs', line 26 def @cloud_watch_logging_options end |
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
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.
20 21 22 |
# File 'sig/types.rbs', line 20 def index_name @index_name end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
25 26 27 |
# File 'sig/types.rbs', line 25 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::AmazonOpenSearchServerlessRetryOptions
Returns the value of attribute retry_options.
22 23 24 |
# File 'sig/types.rbs', line 22 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
23 24 25 |
# File 'sig/types.rbs', line 23 def s3_backup_mode @s3_backup_mode end |
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
24 25 26 |
# File 'sig/types.rbs', line 24 def s3_configuration @s3_configuration end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
27 28 29 |
# File 'sig/types.rbs', line 27 def vpc_configuration @vpc_configuration end |