parameters
suspend fun parameters(value: Output<List<FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs>>)
suspend fun parameters(value: List<FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs>?)
Parameters
value
Array of processor parameters. More details are given below
suspend fun parameters(vararg values: Output<FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs>)
suspend fun parameters(values: List<Output<FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs>>)
suspend fun parameters(vararg values: FirehoseDeliveryStreamHttpEndpointConfigurationProcessingConfigurationProcessorParameterArgs)
Parameters
values
Array of processor parameters. More details are given below
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
Array of processor parameters. More details are given below