Values.AuditTargetEntitySourceA union structure that contains the specific entity information for different types of audit targets.
type nonrec t = {service : ServiceEntity.t option;Service entity information when the audit target is a service.
*)slo : ServiceLevelObjectiveEntity.t option;SLO entity information when the audit target is a service level objective.
*)serviceOperation : ServiceOperationEntity.t option;Service operation entity information when the audit target is a specific service operation.
*)canary : CanaryEntity.t option;Canary entity information when the audit target is a CloudWatch Synthetics canary.
*)}