Class: Aws::Types::AmazonopensearchserviceDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AmazonopensearchserviceDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::AmazonopensearchserviceBufferingHints
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::AmazonopensearchserviceRetryOptions
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::AmazonopensearchserviceBufferingHints
Returns the value of attribute buffering_hints.
75 76 77 |
# File 'sig/types.rbs', line 75 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
80 81 82 |
# File 'sig/types.rbs', line 80 def @cloud_watch_logging_options end |
#cluster_endpoint ⇒ ::String
Returns the value of attribute cluster_endpoint.
71 72 73 |
# File 'sig/types.rbs', line 71 def cluster_endpoint @cluster_endpoint end |
#document_id_options ⇒ Types::DocumentIdOptions
Returns the value of attribute document_id_options.
82 83 84 |
# File 'sig/types.rbs', line 82 def @document_id_options end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
70 71 72 |
# File 'sig/types.rbs', line 70 def domain_arn @domain_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
72 73 74 |
# File 'sig/types.rbs', line 72 def index_name @index_name end |
#index_rotation_period ⇒ "NoRotation", ...
Returns the value of attribute index_rotation_period.
74 75 76 |
# File 'sig/types.rbs', line 74 def index_rotation_period @index_rotation_period end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
79 80 81 |
# File 'sig/types.rbs', line 79 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::AmazonopensearchserviceRetryOptions
Returns the value of attribute retry_options.
76 77 78 |
# File 'sig/types.rbs', line 76 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
69 70 71 |
# File 'sig/types.rbs', line 69 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDocumentsOnly", "AllDocuments"
Returns the value of attribute s3_backup_mode.
77 78 79 |
# File 'sig/types.rbs', line 77 def s3_backup_mode @s3_backup_mode end |
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
78 79 80 |
# File 'sig/types.rbs', line 78 def s3_configuration @s3_configuration end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
73 74 75 |
# File 'sig/types.rbs', line 73 def type_name @type_name end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
81 82 83 |
# File 'sig/types.rbs', line 81 def vpc_configuration @vpc_configuration end |