INPUT_OBJECT
StorageConfigFilter
link GraphQL Schema definition
1 input StorageConfigFilter { 5 2 # URL of object or bucket to find matching sources with storage configs covering 3 # this URL 4 : String 8 6 # Bucket name to find matching sources with storage configs covering this bucket 7 : 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 11 : String 15 13 # Require strict match by region 14 : String 18 16 # Storage provider service 17 : StorageProviderType! 21 19 # Return all matching sources not just the longest key match. 20 : Boolean 22 }
link Required by
This element is not required by anyone