cloudArtifactData

Cloud-related data for an artifact.

Examples

type CloudArtifactData {
  cloudIdentifier: String
  link: String
  lastExecutionTime: Float
  lastModifiedTime: Float
  account: String
  zone: String
  cluster: String
  cloudDescription: CloudDescription
}

Fields

Field
Description
Supported fields

cloudIdentifier String

Unique identifier for the cloud resource or artifact

link String

URL or link to access the cloud resource or artifact

lastExecutionTime Float

Timestamp (epoch) of the last execution related to this artifact

lastModifiedTime Float

Timestamp (epoch) of the last modification time of the artifact

account String

Cloud account associated with the artifact

zone String

Cloud availability zone or region

cluster String

Cluster name where the artifact is deployed or used

cloudDescription CloudDescription

Additional descriptive details about the cloud resource

type CloudTypes subType CloudSubTypes cloudEntityAttributes CommonCloudAttributesUnion

References

Fields with this object:

Last updated