custom Headers
Parameters
value
One or more sub-resources with name
and value
parameters that specify header data that will be sent to the origin (multiples allowed).
Parameters
values
One or more sub-resources with name
and value
parameters that specify header data that will be sent to the origin (multiples allowed).
suspend fun customHeaders(argument: List<suspend DistributionOriginCustomHeaderArgsBuilder.() -> Unit>)
suspend fun customHeaders(vararg argument: suspend DistributionOriginCustomHeaderArgsBuilder.() -> Unit)
Parameters
argument
One or more sub-resources with name
and value
parameters that specify header data that will be sent to the origin (multiples allowed).