Amazon CodeArtifact · JSON Structure

Codeartifact External Connection Name Structure

ExternalConnectionName schema from Amazon CodeArtifact API

Type: string Properties: 0
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

ExternalConnectionName is a JSON Structure definition published by Amazon CodeArtifact. 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-codeartifact/refs/heads/main/json-structure/codeartifact-external-connection-name-structure.json",
  "name": "ExternalConnectionName",
  "description": "ExternalConnectionName schema from Amazon CodeArtifact API",
  "type": "string",
  "pattern": "[A-Za-z0-9][A-Za-z0-9._\\-:]{1,99}",
  "minLength": 2,
  "maxLength": 100
}