Formalize and refine resource identifiers to reduce difficult concepts inside.
Id is unique identifier for the object
Id string json:"id" example:"aws-ap-southeast-1"
Uid is universally unique identifier for the object, used for labelSelector
Uid string json:"uid,omitempty" example:"wef12awefadf1221edcf"
CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource.
CspResourceName string json:"cspResourceName,omitempty" example:"we12fawefadf1221edcf"
CspResourceId is resource identifier managed by CSP
CspResourceId string json:"cspResourceId,omitempty" example:"csp-06eb41e14121c550a"
Formalize and refine resource identifiers to reduce difficult concepts inside.
Id is unique identifier for the object Id string
json:"id" example:"aws-ap-southeast-1"
Uid is universally unique identifier for the object, used for labelSelector Uid string
json:"uid,omitempty" example:"wef12awefadf1221edcf"
CspResourceName is name assigned to the CSP resource. This name is internally used to handle the resource. CspResourceName string
json:"cspResourceName,omitempty" example:"we12fawefadf1221edcf"
CspResourceId is resource identifier managed by CSP CspResourceId string
json:"cspResourceId,omitempty" example:"csp-06eb41e14121c550a"