INPUT_OBJECT

StorageConfigFilter

link GraphQL Schema definition

1input StorageConfigFilter {
5
2# URL of object or bucket to find matching sources with storage configs covering
3# this URL
4url: String
8
6# Bucket name to find matching sources with storage configs covering this bucket
7bucket: String
12
9# Key to find matching sources with storage configs covering this key. Must use
10# with bucket, this is ignored if used with url
11key: String
15
13# Require strict match by region
14region: String
18
16# Storage provider service
17type: StorageProviderType!
21
19# Return all matching sources not just the longest key match.
20returnAllMatching: Boolean
22}

link Required by

This element is not required by anyone