Bundle
A bundle with its full details and related resources.
type Bundle {
id: BundleId!
name: OciRepoName!
version: Semver!
description: String
icon: String
sourceUrl: String
createdAt: DateTime!
updatedAt: DateTime!
repo: String!
}
Fields
Bundle.id ● BundleId! non-null scalar {#id}
Bundle identifier in name@version format (e.g., 'aws-aurora-postgres@1.2.3')
Bundle.name ● OciRepoName! non-null scalar {#name}
Bundle name (e.g., 'aws-aurora-postgres')
Bundle.version ● Semver! non-null scalar {#version}
Resolved semantic version (e.g., '1.2.3')
Bundle.description ● String scalar {#description}
What this bundle provides
Bundle.icon ● String scalar {#icon}
URL to the bundle icon
Bundle.sourceUrl ● String scalar {#source-url}
URL to the bundle source code
Bundle.createdAt ● DateTime! non-null scalar {#created-at}
When this bundle version was published (UTC)
Bundle.updatedAt ● DateTime! non-null scalar {#updated-at}
When this bundle version was last modified (UTC)
Bundle.repo ● String! non-null scalar {#repo}
OCI repository path for this bundle (e.g., 'aws-aurora-postgres')
Returned By
bundle query
Member Of
Instance object