externalResources

@JvmName(name = "nmikdmdvmvihfqsk")
suspend fun externalResources(value: Output<List<String>>)
@JvmName(name = "shtkwtioxbjhuvis")
suspend fun externalResources(value: List<String>?)

Parameters

value

A list of external resources that are allowed to be accessed. A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed.


@JvmName(name = "djkjpqgcuheilell")
suspend fun externalResources(vararg values: Output<String>)


@JvmName(name = "tavnsxgaqtrygppj")
suspend fun externalResources(values: List<Output<String>>)
@JvmName(name = "goctrvlnddhjocgr")
suspend fun externalResources(vararg values: String)

Parameters

values

A list of external resources that are allowed to be accessed. A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed.