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