externalResources

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


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