Class: Aws::Types::SplunkDestinationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::SplunkBufferingHints

Returns the value of attribute buffering_hints.



1086
1087
1088
# File 'sig/types.rbs', line 1086

def buffering_hints
  @buffering_hints
end

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



1085
1086
1087
# File 'sig/types.rbs', line 1085

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#hec_acknowledgment_timeout_in_seconds::Integer

Returns the value of attribute hec_acknowledgment_timeout_in_seconds.

Returns:

  • (::Integer)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def hec_acknowledgment_timeout_in_seconds
  @hec_acknowledgment_timeout_in_seconds
end

#hec_endpoint::String

Returns the value of attribute hec_endpoint.

Returns:

  • (::String)


1077
1078
1079
# File 'sig/types.rbs', line 1077

def hec_endpoint
  @hec_endpoint
end

#hec_endpoint_type"Raw", "Event"

Returns the value of attribute hec_endpoint_type.

Returns:

  • ("Raw", "Event")


1078
1079
1080
# File 'sig/types.rbs', line 1078

def hec_endpoint_type
  @hec_endpoint_type
end

#hec_token::String

Returns the value of attribute hec_token.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def hec_token
  @hec_token
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



1084
1085
1086
# File 'sig/types.rbs', line 1084

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::SplunkRetryOptions

Returns the value of attribute retry_options.



1081
1082
1083
# File 'sig/types.rbs', line 1081

def retry_options
  @retry_options
end

#s3_backup_mode"FailedEventsOnly", "AllEvents"

Returns the value of attribute s3_backup_mode.

Returns:

  • ("FailedEventsOnly", "AllEvents")


1082
1083
1084
# File 'sig/types.rbs', line 1082

def s3_backup_mode
  @s3_backup_mode
end

#s3_destination_descriptionTypes::S3DestinationDescription

Returns the value of attribute s3_destination_description.



1083
1084
1085
# File 'sig/types.rbs', line 1083

def s3_destination_description
  @s3_destination_description
end

#secrets_manager_configurationTypes::SecretsManagerConfiguration

Returns the value of attribute secrets_manager_configuration.



1087
1088
1089
# File 'sig/types.rbs', line 1087

def secrets_manager_configuration
  @secrets_manager_configuration
end