originCustomHeaders

@JvmName(name = "qmneberqrvndwocx")
suspend fun originCustomHeaders(value: Output<List<DistributionOriginCustomHeaderArgs>>)
@JvmName(name = "usojdmowgyscrvsi")
suspend fun originCustomHeaders(value: List<DistributionOriginCustomHeaderArgs>?)

Parameters

value

A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.


@JvmName(name = "ijoedqaptmawflll")
suspend fun originCustomHeaders(vararg values: Output<DistributionOriginCustomHeaderArgs>)


@JvmName(name = "prlsrtciwkfsfwgj")
suspend fun originCustomHeaders(values: List<Output<DistributionOriginCustomHeaderArgs>>)
@JvmName(name = "pnxulpxrxcjuddko")
suspend fun originCustomHeaders(vararg values: DistributionOriginCustomHeaderArgs)

Parameters

values

A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.


@JvmName(name = "fdwkpyjlggylxuos")
suspend fun originCustomHeaders(argument: List<suspend DistributionOriginCustomHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "iiywiosuvgunfahm")
suspend fun originCustomHeaders(vararg argument: suspend DistributionOriginCustomHeaderArgsBuilder.() -> Unit)
@JvmName(name = "qnyroxfapiobolbt")
suspend fun originCustomHeaders(argument: suspend DistributionOriginCustomHeaderArgsBuilder.() -> Unit)

Parameters

argument

A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.