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