externalResources

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

Parameters

value

A list of external resources that are allowed to be accessed. Only AWS and Azure resources are supported. For Amazon S3, the supported format is s3://BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.core.windows.net/CONTAINER_NAME. A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed.


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


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

Parameters

values

A list of external resources that are allowed to be accessed. Only AWS and Azure resources are supported. For Amazon S3, the supported format is s3://BUCKET_NAME. For Azure Storage, the supported format is azure://myaccount.blob.core.windows.net/CONTAINER_NAME. A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed.