parameters
suspend fun parameters(value: Output<List<FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs>>)
suspend fun parameters(value: List<FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs>?)
Parameters
value
Specifies the processor parameters as multiple blocks. See parameters
block below for details.
suspend fun parameters(vararg values: Output<FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs>)
suspend fun parameters(values: List<Output<FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs>>)
suspend fun parameters(vararg values: FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs)
Parameters
values
Specifies the processor parameters as multiple blocks. See parameters
block below for details.
suspend fun parameters(argument: List<suspend FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgsBuilder.() -> Unit>)
suspend fun parameters(vararg argument: suspend FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgsBuilder.() -> Unit)
suspend fun parameters(argument: suspend FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgsBuilder.() -> Unit)
Parameters
argument
Specifies the processor parameters as multiple blocks. See parameters
block below for details.