Skip to main content

bundle

Get a bundle by its identifier.

The ID format is name@version where version can be an exact version, a constraint, or a channel:

  • aws-aurora-postgres@1.2.3 — exact version
  • aws-aurora-postgres@~1.2 — latest patch in 1.2.x
  • aws-aurora-postgres@~1 — latest minor in 1.x.x
  • aws-aurora-postgres@latest — newest stable release
  • aws-aurora-postgres@latest+dev — newest release including dev builds
  • aws-aurora-postgres — shorthand for name@latest
bundle(
organizationId: ID!
id: BundleId!
): Bundle

Arguments

bundle.organizationId ● ID! non-null scalar {#organization-id}

Your organization ID

bundle.id ● BundleId! non-null scalar {#id}

Bundle identifier (e.g., 'aws-aurora-postgres@1.2.3' or 'aws-aurora-postgres@latest')

Type

Bundle object

A bundle with its full details and related resources.