Values.ServiceEntitySourceA structure that contains identifying information for a service entity.
type nonrec t = {type_ : String_.t option;The type of the service entity.
*)name : String_.t option;The name of the service.
*)environment : String_.t option;The environment where the service is deployed.
*)awsAccountId : String_.t option;The Amazon Web Services account ID where the service is located. Provide this value only for cross-account access.
*)}