Amazon Proton · JSON Structure

Amazon Proton List Environment Account Connections Input Structure

ListEnvironmentAccountConnectionsInput schema from Amazon Proton API

Type: object Properties: 5 Required: 1
DevOpsInfrastructure as CodePlatform EngineeringServerlessTemplatesSelf-ServiceCI/CD

ListEnvironmentAccountConnectionsInput is a JSON Structure definition published by Amazon Proton, describing 5 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

environmentName maxResults nextToken requestedBy statuses

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-environment-account-connections-input-structure.json",
  "name": "ListEnvironmentAccountConnectionsInput",
  "description": "ListEnvironmentAccountConnectionsInput schema from Amazon Proton API",
  "type": "object",
  "properties": {
    "environmentName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceName"
        },
        {
          "description": "The environment name that's associated with each listed environment account connection."
        }
      ]
    },
    "maxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxPageResults"
        },
        {
          "description": "The maximum number of environment account connections to list."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "A token that indicates the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested."
        }
      ]
    },
    "requestedBy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EnvironmentAccountConnectionRequesterAccountType"
        },
        {
          "description": "The type of account making the <code>ListEnvironmentAccountConnections</code> request."
        }
      ]
    },
    "statuses": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EnvironmentAccountConnectionStatusList"
        },
        {
          "description": "The status details for each listed environment account connection."
        }
      ]
    }
  },
  "required": [
    "requestedBy"
  ]
}