allowedHostPaths

@JvmName(name = "stkbjptrsbmhblsr")
suspend fun allowedHostPaths(value: Output<List<AllowedHostPathArgs>>)
@JvmName(name = "tbofpsjlgwtddqgv")
suspend fun allowedHostPaths(value: List<AllowedHostPathArgs>?)

Parameters

value

allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.


@JvmName(name = "kfvhhdvhyautjpqc")
suspend fun allowedHostPaths(vararg values: Output<AllowedHostPathArgs>)


@JvmName(name = "xcvcfyxxytpfescl")
suspend fun allowedHostPaths(values: List<Output<AllowedHostPathArgs>>)
@JvmName(name = "wfwkuolxvpghwopk")
suspend fun allowedHostPaths(vararg values: AllowedHostPathArgs)

Parameters

values

allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.


@JvmName(name = "tjvvmakkninxbxpd")
suspend fun allowedHostPaths(argument: List<suspend AllowedHostPathArgsBuilder.() -> Unit>)
@JvmName(name = "owftbddilmxfxjjf")
suspend fun allowedHostPaths(vararg argument: suspend AllowedHostPathArgsBuilder.() -> Unit)
@JvmName(name = "rpfyxbutdhheppjl")
suspend fun allowedHostPaths(argument: suspend AllowedHostPathArgsBuilder.() -> Unit)

Parameters

argument

allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.