Amazon CodeArtifact · Example Payload

Codeartifact Repository Description Example

Example CodeArtifact resource

AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

Codeartifact Repository Description Example is an example object payload from Amazon CodeArtifact, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nameadministratorAccountdomainNamedomainOwnerarndescriptionupstreamsexternalConnections

Example Payload

Raw ↑
{
  "name": "my-package",
  "administratorAccount": "123456789012",
  "domainName": "my-domain",
  "domainOwner": "my-domain",
  "arn": "arn:aws:codeartifact:us-east-1:123456789012:domain/my-domain",
  "description": "Example CodeArtifact resource",
  "upstreams": "example-value",
  "externalConnections": "example-value"
}