processors
suspend fun processors(value: Output<List<FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgs>>)
suspend fun processors(value: List<FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgs>?)
Parameters
value
Array of data processors. More details are given below
suspend fun processors(vararg values: Output<FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgs>)
suspend fun processors(values: List<Output<FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgs>>)
suspend fun processors(vararg values: FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgs)
Parameters
values
Array of data processors. More details are given below
suspend fun processors(argument: List<suspend FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgsBuilder.() -> Unit>)
suspend fun processors(vararg argument: suspend FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgsBuilder.() -> Unit)
suspend fun processors(argument: suspend FirehoseDeliveryStreamExtendedS3ConfigurationProcessingConfigurationProcessorArgsBuilder.() -> Unit)
Parameters
argument
Array of data processors. More details are given below