Amazon CodeBuild · JSON Structure

Amazon Codebuild List Source Credentials Output Structure

ListSourceCredentialsOutput schema from Amazon CodeBuild

Type: object Properties: 1
AmazonCI/CDBuildContinuous IntegrationDevOpsTesting

ListSourceCredentialsOutput is a JSON Structure definition published by Amazon CodeBuild, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

sourceCredentialsInfos

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-codebuild/refs/heads/main/json-structure/amazon-codebuild-list-source-credentials-output-structure.json",
  "name": "ListSourceCredentialsOutput",
  "description": "ListSourceCredentialsOutput schema from Amazon CodeBuild",
  "type": "object",
  "properties": {
    "sourceCredentialsInfos": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SourceCredentialsInfos"
        },
        {
          "description": " A list of <code>SourceCredentialsInfo</code> objects. Each <code>SourceCredentialsInfo</code> object includes the authentication type, token ARN, and type of source provider for one set of credentials. "
        }
      ]
    }
  }
}