Skip to main content

BundleId

A composite bundle identifier in name@version format.

This scalar uniquely identifies a bundle by combining its OCI repository name with a version specifier. As an output the version portion is always a fully resolved semver string:

aws-aurora-postgres@1.2.3
aws-aurora-postgres@1.2.3-dev.20060102T150405Z

As an input (e.g., in the bundle query), you can use any of the following formats and the server will resolve to the best matching published version:

FormatExampleResolves to
Bare nameaws-aurora-postgresLatest stable (or latest dev if no stable exists)
Exact versionaws-aurora-postgres@1.2.3That exact version
Major channelaws-aurora-postgres@~1Latest 1.x.x stable
Minor channelaws-aurora-postgres@~1.2Latest 1.2.x stable
Latest stableaws-aurora-postgres@latestNewest stable release
Latest + devaws-aurora-postgres@latest+devNewest release including dev builds
scalar BundleId

Member Of

bundle query ● Bundle object