in lib/fluent/plugin/kinesis_helper/class_methods.rb [31:44]
def config_param_for_firehose
const_set(:RequestType, :firehose)
const_set(:BatchRequestLimitCount, 500)
const_set(:BatchRequestLimitSize, 4 * 1024 * 1024)
config_param :delivery_stream_name, :string
config_param :region, :string, default: nil
config_param :append_new_line, :bool, default: true
config_param_for_sdk
config_param_for_credentials
config_param_for_format
config_param_for_batch_request
config_param_for_debug
end