Class: Aws::Types::SplunkDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SplunkDestinationConfiguration
- 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_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
-
#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.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def @cloud_watch_logging_options end |
#hec_acknowledgment_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute hec_acknowledgment_timeout_in_seconds.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def hec_acknowledgment_timeout_in_seconds @hec_acknowledgment_timeout_in_seconds end |
#hec_endpoint ⇒ ::String
Returns the value of attribute hec_endpoint.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def hec_endpoint @hec_endpoint end |
#hec_endpoint_type ⇒ "Raw", "Event"
Returns the value of attribute hec_endpoint_type.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def hec_endpoint_type @hec_endpoint_type end |
#hec_token ⇒ ::String
Returns the value of attribute hec_token.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def hec_token @hec_token end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::SplunkRetryOptions
Returns the value of attribute retry_options.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def @retry_options end |
#s3_backup_mode ⇒ "FailedEventsOnly", "AllEvents"
Returns the value of attribute s3_backup_mode.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def s3_backup_mode @s3_backup_mode end |
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def s3_configuration @s3_configuration end |
#secrets_manager_configuration ⇒ Types::SecretsManagerConfiguration
Returns the value of attribute secrets_manager_configuration.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def secrets_manager_configuration @secrets_manager_configuration end |