externalResources

@JvmName(name = "gopanpgcymkgynqh")
suspend fun externalResources(value: Output<List<String>>)
@JvmName(name = "gicjnfjroujlndfm")
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 = "gqkrerqmhosnwwql")
suspend fun externalResources(vararg values: Output<String>)


@JvmName(name = "ddjgwmrdsmgoifya")
suspend fun externalResources(values: List<Output<String>>)
@JvmName(name = "kqiowgfprdfplxjj")
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.