Resource
An artifact produced or consumed by an instance.
type Resource {
id: ID!
name: String!
type: String
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
Resource.id ● ID! non-null scalar {#id}
Resource identifier (package.field for provisioned resources, UUID for imports)
Resource.name ● String! non-null scalar {#name}
Resource name
Resource.type ● String scalar {#type}
Resource type (e.g., the artifact definition type)
Resource.createdAt ● DateTime! non-null scalar {#created-at}
When this resource was created (UTC)
Resource.updatedAt ● DateTime! non-null scalar {#updated-at}
When this resource was last modified (UTC)
Member Of
InstanceDependency object ● InstanceResource object ● RemoteReference object