externalResources property

List<String>? externalResources
getter/setter pair

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.

Implementation

core.List<core.String>? externalResources;