Amazon Proton · JSON Structure

Amazon Proton List Service Instances Filter Structure

A filtering criterion to scope down the result list of the ListServiceInstances action.

Type: object Properties: 2
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

ListServiceInstancesFilter is a JSON Structure definition published by Amazon Proton, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-proton/refs/heads/main/json-structure/amazon-proton-list-service-instances-filter-structure.json",
  "name": "ListServiceInstancesFilter",
  "description": "A filtering criterion to scope down the result list of the <a>ListServiceInstances</a> action.",
  "type": "object",
  "properties": {
    "key": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListServiceInstancesFilterBy"
        },
        {
          "description": "The name of a filtering criterion."
        }
      ]
    },
    "value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListServiceInstancesFilterValue"
        },
        {
          "description": "<p>A value to filter by.</p> <p>With the date/time keys (<code>*At{Before,After}</code>), the value is a valid <a href=\"https://datatracker.ietf.org/doc/html/rfc3339.html\">RFC 3339</a> string with no UTC offset and with an optional fractional precision (for example, <code>1985-04-12T23:20:50.52Z</code>).</p>"
        }
      ]
    }
  }
}