For the complete documentation index, see llms.txt. This page is also available as Markdown.

customAttribute

Customer-defined key value attribute attached to a deployed artifact.

Examples

type CustomAttribute {
  key: String!
  value: String!
}

Fields

Field
Description
Supported fields

key String!

Attribute key.

value String!

Attribute value.

References

Fields with this object:

Last updated