upstreams property

Output<List<RepositoryUpstream>?> upstreams
latefinal

A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. see Upstream

Implementation

late final pulumi.Output<List<RepositoryUpstream>?> upstreams;