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