origin Custom Headers
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.
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.
suspend fun originCustomHeaders(argument: List<suspend DistributionOriginCustomHeaderArgsBuilder.() -> Unit>)
suspend fun originCustomHeaders(vararg argument: suspend DistributionOriginCustomHeaderArgsBuilder.() -> Unit)
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.