sources

@JvmName(name = "odwdqxoaxeuhddfr")
suspend fun sources(value: Output<List<SourceArgs>>)
@JvmName(name = "kfwetulpaxmptawi")
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 = "hyrqyjuljtgrbqhd")
suspend fun sources(vararg values: Output<SourceArgs>)


@JvmName(name = "obmajwrvdjcfnqlr")
suspend fun sources(values: List<Output<SourceArgs>>)
@JvmName(name = "rudqrnbdpwurlvwx")
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 = "bbgcotqbffhypelx")
suspend fun sources(argument: List<suspend SourceArgsBuilder.() -> Unit>)
@JvmName(name = "hwrtjhtmeidonfjr")
suspend fun sources(vararg argument: suspend SourceArgsBuilder.() -> Unit)
@JvmName(name = "pjprdwflhkfpbxhc")
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.