http Endpoint Configuration
suspend fun httpEndpointConfiguration(value: Output<FirehoseDeliveryStreamHttpEndpointConfigurationArgs>)
Parameters
value
Configuration options if http_endpoint is the destination. requires the user to also specify a s3_configuration
block. More details are given below.
suspend fun httpEndpointConfiguration(argument: suspend FirehoseDeliveryStreamHttpEndpointConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configuration options if http_endpoint is the destination. requires the user to also specify a s3_configuration
block. More details are given below.