externalResources

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


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