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 versionaws-aurora-postgres@~1.2— latest patch in 1.2.xaws-aurora-postgres@~1— latest minor in 1.x.xaws-aurora-postgres@latest— newest stable releaseaws-aurora-postgres@latest+dev— newest release including dev buildsaws-aurora-postgres— shorthand forname@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.