headerOverrides

@JvmName(name = "hffammhxndvvbeyh")
suspend fun headerOverrides(value: Output<List<QueueHttpTargetHeaderOverrideArgs>>)
@JvmName(name = "alwjpfhwvbxawsqs")
suspend fun headerOverrides(value: List<QueueHttpTargetHeaderOverrideArgs>?)

Parameters

value

HTTP target headers. This map contains the header field names and values. Headers will be set when running the CreateTask and/or BufferTask. These headers represent a subset of the headers that will be configured for the task's HTTP request. Some HTTP request headers will be ignored or replaced. Headers which can have multiple values (according to RFC2616) can be specified using comma-separated values. The size of the headers must be less than 80KB. Queue-level headers to override headers of all the tasks in the queue. Structure is documented below.


@JvmName(name = "japkbmnmcgdymbyv")
suspend fun headerOverrides(vararg values: Output<QueueHttpTargetHeaderOverrideArgs>)


@JvmName(name = "intwokftuhgiekfj")
suspend fun headerOverrides(values: List<Output<QueueHttpTargetHeaderOverrideArgs>>)
@JvmName(name = "ifcrnxadejjahegd")
suspend fun headerOverrides(vararg values: QueueHttpTargetHeaderOverrideArgs)

Parameters

values

HTTP target headers. This map contains the header field names and values. Headers will be set when running the CreateTask and/or BufferTask. These headers represent a subset of the headers that will be configured for the task's HTTP request. Some HTTP request headers will be ignored or replaced. Headers which can have multiple values (according to RFC2616) can be specified using comma-separated values. The size of the headers must be less than 80KB. Queue-level headers to override headers of all the tasks in the queue. Structure is documented below.


@JvmName(name = "hfpilnomebjsfrwf")
suspend fun headerOverrides(argument: List<suspend QueueHttpTargetHeaderOverrideArgsBuilder.() -> Unit>)
@JvmName(name = "vrfyommigaowtoab")
suspend fun headerOverrides(vararg argument: suspend QueueHttpTargetHeaderOverrideArgsBuilder.() -> Unit)
@JvmName(name = "ywhowjkbmklekapt")
suspend fun headerOverrides(argument: suspend QueueHttpTargetHeaderOverrideArgsBuilder.() -> Unit)

Parameters

argument

HTTP target headers. This map contains the header field names and values. Headers will be set when running the CreateTask and/or BufferTask. These headers represent a subset of the headers that will be configured for the task's HTTP request. Some HTTP request headers will be ignored or replaced. Headers which can have multiple values (according to RFC2616) can be specified using comma-separated values. The size of the headers must be less than 80KB. Queue-level headers to override headers of all the tasks in the queue. Structure is documented below.