http Endpoint Configuration
suspend fun httpEndpointConfiguration(value: Output<FirehoseDeliveryStreamHttpEndpointConfigurationArgs>)
Parameters
value
Configuration options when destination
is http_endpoint
. Requires the user to also specify an s3_configuration
block. See http_endpoint_configuration
block below for details.
suspend fun httpEndpointConfiguration(argument: suspend FirehoseDeliveryStreamHttpEndpointConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configuration options when destination
is http_endpoint
. Requires the user to also specify an s3_configuration
block. See http_endpoint_configuration
block below for details.