sources

@JvmName(name = "pglqrpfabjujlqdn")
suspend fun sources(value: Output<List<SourceArgs>>)
@JvmName(name = "bivxcpispwtfubry")
suspend fun sources(value: List<SourceArgs>?)

Parameters

value

Optional. List of attributes for the traffic source. All of the sources must match. A source is a match if both principals and ip_blocks match. If not set, the action specified in the 'action' field will be applied without any rule checks for the source.


@JvmName(name = "dgqfakxdwpjuhtiw")
suspend fun sources(vararg values: Output<SourceArgs>)


@JvmName(name = "tqdocccaxkpadikv")
suspend fun sources(values: List<Output<SourceArgs>>)
@JvmName(name = "gketdfrcixghqmvp")
suspend fun sources(vararg values: SourceArgs)

Parameters

values

Optional. List of attributes for the traffic source. All of the sources must match. A source is a match if both principals and ip_blocks match. If not set, the action specified in the 'action' field will be applied without any rule checks for the source.


@JvmName(name = "lpsekaiyinftvjcr")
suspend fun sources(argument: List<suspend SourceArgsBuilder.() -> Unit>)
@JvmName(name = "dtiqfdphhttmrddl")
suspend fun sources(vararg argument: suspend SourceArgsBuilder.() -> Unit)
@JvmName(name = "vcqmfxhblklblnbl")
suspend fun sources(argument: suspend SourceArgsBuilder.() -> Unit)

Parameters

argument

Optional. List of attributes for the traffic source. All of the sources must match. A source is a match if both principals and ip_blocks match. If not set, the action specified in the 'action' field will be applied without any rule checks for the source.