Values.ComponentStateSourceThe detailed data about the current state of the component.
type nonrec t = {serviceInstanceName : ResourceNameOrEmpty.t option;The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
*)serviceName : ResourceNameOrEmpty.t option;The name of the service that serviceInstanceName is associated with. Provided when a component is attached to a service instance.
*)serviceSpec : SpecContents.t option;The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
*)templateFile : TemplateFileContents.t option;The template file used.
*)}