Class: Aws::Types::SplunkDestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::SplunkDestinationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::SplunkBufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#hec_acknowledgment_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute hec_acknowledgment_timeout_in_seconds.
-
#hec_endpoint ⇒ ::String
Returns the value of attribute hec_endpoint.
-
#hec_endpoint_type ⇒ "Raw", "Event"
Returns the value of attribute hec_endpoint_type.
-
#hec_token ⇒ ::String
Returns the value of attribute hec_token.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::SplunkRetryOptions
Returns the value of attribute retry_options.
-
#s3_backup_mode ⇒ "FailedEventsOnly", "AllEvents"
Returns the value of attribute s3_backup_mode.
-
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
-
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
Instance Attribute Details
#buffering_hints ⇒ Types::SplunkBufferingHints
Returns the value of attribute buffering_hints.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def @cloud_watch_logging_options end |
#hec_acknowledgment_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute hec_acknowledgment_timeout_in_seconds.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def hec_acknowledgment_timeout_in_seconds @hec_acknowledgment_timeout_in_seconds end |
#hec_endpoint ⇒ ::String
Returns the value of attribute hec_endpoint.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def hec_endpoint @hec_endpoint end |
#hec_endpoint_type ⇒ "Raw", "Event"
Returns the value of attribute hec_endpoint_type.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def hec_endpoint_type @hec_endpoint_type end |
#hec_token ⇒ ::String
Returns the value of attribute hec_token.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def hec_token @hec_token end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::SplunkRetryOptions
Returns the value of attribute retry_options.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def @retry_options end |
#s3_backup_mode ⇒ "FailedEventsOnly", "AllEvents"
Returns the value of attribute s3_backup_mode.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def s3_backup_mode @s3_backup_mode end |
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def s3_update @s3_update end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def secrets_manager_configuration @secrets_manager_configuration end |