Amazon Proton · JSON Structure

Amazon Proton List Service Instances Filter By Structure

ListServiceInstancesFilterBy schema from Amazon Proton API

Type: string Properties: 0
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

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

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-by-structure.json",
  "name": "ListServiceInstancesFilterBy",
  "description": "ListServiceInstancesFilterBy schema from Amazon Proton API",
  "type": "string",
  "enum": [
    "name",
    "deploymentStatus",
    "templateName",
    "serviceName",
    "deployedTemplateVersionStatus",
    "environmentName",
    "lastDeploymentAttemptedAtBefore",
    "lastDeploymentAttemptedAtAfter",
    "createdAtBefore",
    "createdAtAfter"
  ]
}